Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikkel Krautz <mikkel@krautz.dk>2014-04-05 12:26:25 +0400
committerMikkel Krautz <mikkel@krautz.dk>2014-04-05 12:26:25 +0400
commit689f4c1847549e36753ce7f77153f8a40d2106d0 (patch)
treeec63f4bf239e9ea439f0dfe9acec93c71686a4d2 /g15helper
parent53daac830581e594946add0d9ca3c3c47ea2ef55 (diff)
Bump version to 1.3.0
Diffstat (limited to 'g15helper')
-rw-r--r--g15helper/g15helper.plist2
-rw-r--r--g15helper/g15helper.rc8
2 files changed, 5 insertions, 5 deletions
diff --git a/g15helper/g15helper.plist b/g15helper/g15helper.plist
index bfb0859ed..04c87cedf 100644
--- a/g15helper/g15helper.plist
+++ b/g15helper/g15helper.plist
@@ -13,7 +13,7 @@
<key>CFBundleSignature</key>
<string>G15H</string>
<key>CFBundleVersion</key>
- <string>1.2.5</string>
+ <string>1.3.0</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright (c) 2009 Mikkel Krautz &lt;mikkel@krautz.dk&gt;</string>
</dict>
diff --git a/g15helper/g15helper.rc b/g15helper/g15helper.rc
index fd192689b..38671a674 100644
--- a/g15helper/g15helper.rc
+++ b/g15helper/g15helper.rc
@@ -15,8 +15,8 @@ IDI_ICON1 ICON DISCARDABLE "..\\icons\\g15helper.ico"
#endif
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 1,2,5,0
- PRODUCTVERSION 1,2,5,0
+ FILEVERSION 1,3,0,0
+ PRODUCTVERSION 1,3,0,0
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
FILEFLAGS (VER_DEBUG|VER_RELEASE)
FILEOS VOS_NT_WINDOWS32
@@ -29,8 +29,8 @@ VS_VERSION_INFO VERSIONINFO
BEGIN
VALUE "CompanyName", "Mikkel Krautz"
VALUE "FileDescription", "Mumble G15 LCD Helper"
- VALUE "FileVersion", "1.2.5"
- VALUE "ProductVersion", "1.2.5"
+ VALUE "FileVersion", "1.3.0"
+ VALUE "ProductVersion", "1.3.0"
VALUE "LegalCopyright", "Copyright (C) 2008-2011, Mikkel Krautz <mikkel@krautz.dk>"
VALUE "OriginalFilename", "mumble-g15-helper.exe"
VALUE "ProductName", "Mumble G15 LCD Helper"