summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--version.h2
-rw-r--r--windows/WinUI/AboutView.xaml32
2 files changed, 17 insertions, 17 deletions
diff --git a/version.h b/version.h
index d80bec80..064f2585 100644
--- a/version.h
+++ b/version.h
@@ -40,7 +40,7 @@
/**
* Revision
*/
-#define ZEROTIER_ONE_VERSION_REVISION 5
+#define ZEROTIER_ONE_VERSION_REVISION 6
/**
* Build version
diff --git a/windows/WinUI/AboutView.xaml b/windows/WinUI/AboutView.xaml
index f207af4c..39213b73 100644
--- a/windows/WinUI/AboutView.xaml
+++ b/windows/WinUI/AboutView.xaml
@@ -14,22 +14,22 @@
<Setter Property="Cursor" Value="Hand" />
</Style>
</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>
</Window>