Browse Source

'versioning'

Adam Ierymenko 7 years ago
parent
commit
3f1d1fb3c3
2 changed files with 17 additions and 17 deletions
  1. 1 1
      version.h
  2. 16 16
      windows/WinUI/AboutView.xaml

+ 1 - 1
version.h

@@ -40,7 +40,7 @@
 /**
 /**
  * Revision
  * Revision
  */
  */
-#define ZEROTIER_ONE_VERSION_REVISION 5
+#define ZEROTIER_ONE_VERSION_REVISION 6
 
 
 /**
 /**
  * Build version
  * Build version

+ 16 - 16
windows/WinUI/AboutView.xaml

@@ -14,22 +14,22 @@
 					<Setter Property="Cursor" Value="Hand" />
 					<Setter Property="Cursor" Value="Hand" />
 				</Style>
 				</Style>
 			</RichTextBox.Resources>
 			</RichTextBox.Resources>
-			<FlowDocument>
-				<Paragraph TextAlignment="Center">
-					<Run Text="ZeroTier One"/>
-				</Paragraph>
-				<Paragraph TextAlignment="Center">
-					<Run FontSize="14" Text="Version 1.2.4"/>
-					<LineBreak/>
-					<Run FontSize="14" Text="(c) 2011-2017 ZeroTier, Inc."/>
-					<LineBreak/>
-					<Run FontSize="14" Text="www.zerotier.com"/>
-				</Paragraph>
-				<Paragraph TextAlignment="Center">
-					<Run FontSize="14" Text="ZeroTier One allows your computer to join virtual networks. Just select &quot;join&quot; and enter a network's 16-digit ID. Each network appears on your computer as a new network port."/>
-				</Paragraph>
-			</FlowDocument>
-		</RichTextBox>
+            <FlowDocument>
+                <Paragraph TextAlignment="Center">
+                    <Run Text="ZeroTier One"/>
+                </Paragraph>
+                <Paragraph TextAlignment="Center">
+                    <Run FontSize="14" Text="Version 1.2.6"/>
+                    <LineBreak/>
+                    <Run FontSize="14" Text="(c) 2011-2017 ZeroTier, Inc."/>
+                    <LineBreak/>
+                    <Run FontSize="14" Text="www.zerotier.com"/>
+                </Paragraph>
+                <Paragraph TextAlignment="Center">
+                    <Run FontSize="14" Text="ZeroTier One allows your computer to join virtual networks. Just select &quot;join&quot; and enter a network's 16-digit ID. Each network appears on your computer as a new network port."/>
+                </Paragraph>
+            </FlowDocument>
+        </RichTextBox>
 
 
 	</Grid>
 	</Grid>
 </Window>
 </Window>