diff --git a/Documentation/32-bit Release specific/History.txt b/Documentation/32-bit Release specific/History.txt index 32c629800a..6e3e200096 100644 --- a/Documentation/32-bit Release specific/History.txt +++ b/Documentation/32-bit Release specific/History.txt @@ -1,7 +1,7 @@ Explorer++ Version History -------------------------- -Current version: 1.3 +Current version: 1.3.1 Note: - On the 64-bit version of Windows, the control @@ -10,7 +10,7 @@ Note: a 64-bit version of Windows, it is recommended that you use the 64-bit version of Explorer++. -Version 1.3.1 (xx/xx/2011) +Version 1.3.1 (05/09/2011) -------------------------- New features: - The sort mode and direction are now saved in the search diff --git a/Documentation/32-bit Release specific/Readme.txt b/Documentation/32-bit Release specific/Readme.txt index ee468b30ef..73f2595681 100644 --- a/Documentation/32-bit Release specific/Readme.txt +++ b/Documentation/32-bit Release specific/Readme.txt @@ -1,5 +1,5 @@ -Explorer++ 1.3 32-bit ---------------------- +Explorer++ 1.3.1 32-bit +----------------------- Copyright (c) 2005-2011 David Erceg diff --git a/Documentation/64-bit Release specific/History.txt b/Documentation/64-bit Release specific/History.txt index c76c8dc80b..4c7e0d7c6f 100644 --- a/Documentation/64-bit Release specific/History.txt +++ b/Documentation/64-bit Release specific/History.txt @@ -1,9 +1,9 @@ Explorer++ Version History -------------------------- -Current version: 1.3 +Current version: 1.3.1 -Version 1.3.1 (xx/xx/2011) +Version 1.3.1 (05/09/2011) -------------------------- New features: - The sort mode and direction are now saved in the search diff --git a/Documentation/64-bit Release specific/Readme.txt b/Documentation/64-bit Release specific/Readme.txt index 50bd558722..46878944f3 100644 --- a/Documentation/64-bit Release specific/Readme.txt +++ b/Documentation/64-bit Release specific/Readme.txt @@ -1,5 +1,5 @@ -Explorer++ 1.3 64-bit ---------------------- +Explorer++ 1.3.1 64-bit +----------------------- Copyright (c) 2005-2011 David Erceg diff --git a/Explorer++/Explorer++/Version.h.tmpl b/Explorer++/Explorer++/Version.h.tmpl index bbad55955c..2ed1303751 100644 --- a/Explorer++/Explorer++/Version.h.tmpl +++ b/Explorer++/Explorer++/Version.h.tmpl @@ -1,6 +1,6 @@ #define MAJOR_VERSION 1 #define MINOR_VERSION 3 -#define MICRO_VERSION 0 +#define MICRO_VERSION 1 #define BUILD_VERSION $WCREV$ #define QUOTE_(x) #x