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-03-23 02:38:10 +0300
committerThorvald Natvig <slicer@users.sourceforge.net>2009-03-23 02:38:10 +0300
commitb831cfc8f937f94f3108f456f0f08f5d2a81b38f (patch)
tree1bfd6ca639d6130f86b35e0c28bcc36d26356c4f /g15helper
parent1e9c4376120b08bbe7dd2f2431a5d99d55310741 (diff)
Bump version to 1.2.0
Diffstat (limited to 'g15helper')
-rw-r--r--g15helper/g15helper.rc8
1 files changed, 4 insertions, 4 deletions
diff --git a/g15helper/g15helper.rc b/g15helper/g15helper.rc
index 5fa4cbb35..fd51b445a 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,1,8,0
- PRODUCTVERSION 1,1,8,0
+ FILEVERSION 1,2,0,0
+ PRODUCTVERSION 1,2,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.1.8"
- VALUE "ProductVersion", "1.1.8"
+ VALUE "FileVersion", "1.2.0"
+ VALUE "ProductVersion", "1.2.0"
VALUE "LegalCopyright", "Copyright (C) 2008-2009, Mikkel Krautz <mikkel@krautz.dk>"
VALUE "OriginalFilename", "mumble-g15-helper.exe"
VALUE "ProductName", "Mumble G15 LCD Helper"