linuxdcpp-team team mailing list archive
-
linuxdcpp-team team
-
Mailing list archive
-
Message #06973
[Branch ~dcplusplus-team/dcpp-plugin-sdk-cpp/InserterPlugin] Rev 26: version
------------------------------------------------------------
revno: 26
committer: poy <poy@xxxxxxxxxx>
branch nick: InserterPlugin
timestamp: Sun 2013-06-09 14:03:03 +0200
message:
version
modified:
src/resource.rc
--
lp:~dcplusplus-team/dcpp-plugin-sdk-cpp/InserterPlugin
https://code.launchpad.net/~dcplusplus-team/dcpp-plugin-sdk-cpp/InserterPlugin
Your team Dcplusplus-team is subscribed to branch lp:~dcplusplus-team/dcpp-plugin-sdk-cpp/InserterPlugin.
To unsubscribe from this branch go to https://code.launchpad.net/~dcplusplus-team/dcpp-plugin-sdk-cpp/InserterPlugin/+edit-subscription
=== modified file 'src/resource.rc'
--- src/resource.rc 2013-05-03 17:03:28 +0000
+++ src/resource.rc 2013-06-09 12:03:03 +0000
@@ -51,8 +51,8 @@
//
VERSION_INFO VERSIONINFO
- FILEVERSION 1,0,0,0
- PRODUCTVERSION 1,0,0,0
+ FILEVERSION 1,1,0,0
+ PRODUCTVERSION 1,1,0,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -69,12 +69,12 @@
BEGIN
VALUE "Comments", "http://dcplusplus.sourceforge.net"
VALUE "FileDescription", "Inserter plugin for DC++"
- VALUE "FileVersion", "1, 0, 0, 0"
+ VALUE "FileVersion", "1, 1, 0, 0"
VALUE "InternalName", "InserterPlugin"
VALUE "LegalCopyright", "Copyright (C) 2012-2013 Jacek Sieka"
VALUE "OriginalFilename", "InserterPlugin.dll"
VALUE "ProductName", "Inserter plugin for DC++"
- VALUE "ProductVersion", "1, 0, 0, 0"
+ VALUE "ProductVersion", "1, 1, 0, 0"
END
END
BLOCK "VarFileInfo"