|  | @@ -20,7 +20,7 @@ namespace OTSMeasureApp
 | 
	
		
			
				|  |  |          private void About_Load(object sender, EventArgs e)
 | 
	
		
			
				|  |  |          {
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -            richTextBox1.Text = "Version : 2.3";
 | 
	
		
			
				|  |  | +            richTextBox1.Text = "Version : 2.31";
 | 
	
		
			
				|  |  |              richTextBox1.Select(0, richTextBox1.Text.Length);
 | 
	
		
			
				|  |  |              //richTextBox1.SelectionColor = Color.DarkBlue;
 | 
	
		
			
				|  |  |              richTextBox1.SelectionAlignment = HorizontalAlignment.Center;
 |