← Back to team overview

linuxdcpp-team team mailing list archive

[Branch ~dcplusplus-team/dcplusplus/trunk] Rev 3368: Help & version update

 

------------------------------------------------------------
revno: 3368
committer: eMTee <emtee11@xxxxxxxxx>
branch nick: dcplusplus
timestamp: Tue 2013-11-19 19:58:56 +0100
message:
  Help & version update
modified:
  dcpp/version.h
  help/settings_queue.html
  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	2013-09-22 14:15:28 +0000
+++ dcpp/version.h	2013-11-19 18:58:56 +0000
@@ -21,8 +21,8 @@
 #define APPNAME "DC++"
 
 // don't forget to update the .rc file as well!
-#define VERSIONSTRING "0.830"
-#define VERSIONFLOAT 0.830
+#define VERSIONSTRING "0.831"
+#define VERSIONFLOAT 0.831
 
 namespace dcpp {
 extern const std::string fullVersionString;

=== modified file 'help/settings_queue.html'
--- help/settings_queue.html	2012-07-01 15:54:38 +0000
+++ help/settings_queue.html	2013-11-19 18:58:56 +0000
@@ -111,7 +111,8 @@
 one, will consume some drive space.</dd>
   <dt>Don't download files already in share</dt>
   <dd cshelp="IDH_SETTINGS_QUEUE_DONT_DL_ALREADY_SHARED">This option will stop you from downloading files which already
-exist in one of your shared directories.</dd>
+exist in one of your shared directories. When you enable this function, to get already shared items removed from the
+queue you have to restart DC++.</dd>
   <dt>Don't download files already in the queue</dt>
   <dd cshelp="IDH_SETTINGS_QUEUE_DONT_DL_ALREADY_QUEUED">This option will stop you from downloading files which already
 exist in your queue by blocking the addition of the same file to a different place in the queue. The comparsion is made

=== modified file 'win32/DCPlusPlus.rc'
--- win32/DCPlusPlus.rc	2013-11-01 18:38:32 +0000
+++ win32/DCPlusPlus.rc	2013-11-19 18:58:56 +0000
@@ -101,8 +101,8 @@
 //
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 0,8,3,0
- PRODUCTVERSION 0,8,3,0
+ FILEVERSION 0,8,3,1
+ PRODUCTVERSION 0,8,3,1
  FILEFLAGSMASK 0x3fL
 #ifdef _DEBUG
  FILEFLAGS 0x1L
@@ -119,12 +119,12 @@
         BEGIN
             VALUE "Comments", "http://dcplusplus.sourceforge.net";
             VALUE "FileDescription", "DC++"
-            VALUE "FileVersion", "0, 8, 3, 0"
+            VALUE "FileVersion", "0, 8, 3, 1"
             VALUE "InternalName", "DC++"
             VALUE "LegalCopyright", "Copyright 2001-2013 Jacek Sieka"
             VALUE "OriginalFilename", "DCPlusPlus.exe"
             VALUE "ProductName", "DC++"
-            VALUE "ProductVersion", "0, 8, 3, 0"
+            VALUE "ProductVersion", "0, 8, 3, 1"
         END
     END
     BLOCK "VarFileInfo"