'versioning'

This commit is contained in:
Adam Ierymenko 2018-04-17 12:12:49 -07:00
parent f0a23ae0ea
commit 3f1d1fb3c3
2 changed files with 17 additions and 17 deletions

View File

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

View File

@ -14,22 +14,22 @@
<Setter Property="Cursor" Value="Hand" /> <Setter Property="Cursor" Value="Hand" />
</Style> </Style>
</RichTextBox.Resources> </RichTextBox.Resources>
<FlowDocument> <FlowDocument>
<Paragraph TextAlignment="Center"> <Paragraph TextAlignment="Center">
<Run Text="ZeroTier One"/> <Run Text="ZeroTier One"/>
</Paragraph> </Paragraph>
<Paragraph TextAlignment="Center"> <Paragraph TextAlignment="Center">
<Run FontSize="14" Text="Version 1.2.4"/> <Run FontSize="14" Text="Version 1.2.6"/>
<LineBreak/> <LineBreak/>
<Run FontSize="14" Text="(c) 2011-2017 ZeroTier, Inc."/> <Run FontSize="14" Text="(c) 2011-2017 ZeroTier, Inc."/>
<LineBreak/> <LineBreak/>
<Run FontSize="14" Text="www.zerotier.com"/> <Run FontSize="14" Text="www.zerotier.com"/>
</Paragraph> </Paragraph>
<Paragraph TextAlignment="Center"> <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."/> <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> </Paragraph>
</FlowDocument> </FlowDocument>
</RichTextBox> </RichTextBox>
</Grid> </Grid>
</Window> </Window>