← Back to team overview

linuxdcpp-team team mailing list archive

[Branch ~dcplusplus-team/dcplusplus/trunk] Rev 3069: bump version to 0.801

 

------------------------------------------------------------
revno: 3069
committer: iceman50 <bdcdevel@xxxxxxxxx>
branch nick: dcplusplus
timestamp: Wed 2012-10-03 16:01:13 -0500
message:
  bump version to 0.801
modified:
  dcpp/version.h
  win32/DCPlusPlus.rc


--
lp:dcplusplus
https://code.launchpad.net/~dcplusplus-team/dcplusplus/trunk

Your team Dcplusplus-team is subscribed to branch lp:dcplusplus.
To unsubscribe from this branch go to https://code.launchpad.net/~dcplusplus-team/dcplusplus/trunk/+edit-subscription
=== modified file 'dcpp/version.h'
--- dcpp/version.h	2012-09-03 19:14:25 +0000
+++ dcpp/version.h	2012-10-03 21:01:13 +0000
@@ -21,8 +21,8 @@
 #define APPNAME "DC++"
 
 // don't forget to update the .rc file as well!
-#define VERSIONSTRING "0.800"
-#define VERSIONFLOAT 0.800
+#define VERSIONSTRING "0.801"
+#define VERSIONFLOAT 0.801
 
 namespace dcpp {
 extern const std::string fullVersionString;

=== modified file 'win32/DCPlusPlus.rc'
--- win32/DCPlusPlus.rc	2012-09-03 19:14:25 +0000
+++ win32/DCPlusPlus.rc	2012-10-03 21:01:13 +0000
@@ -99,8 +99,8 @@
 //
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 0,8,0,0
- PRODUCTVERSION 0,8,0,0
+ FILEVERSION 0,8,0,1
+ PRODUCTVERSION 0,8,0,1
  FILEFLAGSMASK 0x3fL
 #ifdef _DEBUG
  FILEFLAGS 0x1L
@@ -117,12 +117,12 @@
         BEGIN
             VALUE "Comments", "http://dcplusplus.sourceforge.net";
             VALUE "FileDescription", "DC++"
-            VALUE "FileVersion", "0, 8, 0, 0"
+            VALUE "FileVersion", "0, 8, 0, 1"
             VALUE "InternalName", "DC++"
             VALUE "LegalCopyright", "Copyright 2001-2012 Jacek Sieka"
             VALUE "OriginalFilename", "DCPlusPlus.exe"
             VALUE "ProductName", "DC++"
-            VALUE "ProductVersion", "0, 8, 0, 0"
+            VALUE "ProductVersion", "0, 8, 0, 1"
         END
     END
     BLOCK "VarFileInfo"