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:
authorThorvald Natvig <slicer@users.sourceforge.net>2009-12-11 14:33:23 +0300
committerThorvald Natvig <slicer@users.sourceforge.net>2009-12-11 14:33:23 +0300
commitf0298e366ee6853fb97c3b05b5be2b845755f174 (patch)
tree3b6026c4994c25282694f2190c992545dc35f3d1 /g15helper
parent867da14aacb290604faa603d358f2a2f9d6ec3f8 (diff)
Bump version to 1.2.1
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 fc1e9c663..0a3b3f31f 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.0</string>
+ <string>1.2.1</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 fd51b445a..03a403420 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,0,0
- PRODUCTVERSION 1,2,0,0
+ FILEVERSION 1,2,1,0
+ PRODUCTVERSION 1,2,1,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.0"
- VALUE "ProductVersion", "1.2.0"
+ VALUE "FileVersion", "1.2.1"
+ VALUE "ProductVersion", "1.2.1"
VALUE "LegalCopyright", "Copyright (C) 2008-2009, Mikkel Krautz <mikkel@krautz.dk>"
VALUE "OriginalFilename", "mumble-g15-helper.exe"
VALUE "ProductName", "Mumble G15 LCD Helper"