diff --git a/Documentation/History.txt b/Documentation/History.txt index f6dac7f22b..3cdd1b02f9 100644 --- a/Documentation/History.txt +++ b/Documentation/History.txt @@ -1,9 +1,9 @@ Explorer++ Version History -------------------------- -Current version: 1.3.3 +Current version: 1.3.4 -Version 1.3.4 (xx/xx/2011) +Version 1.3.4 (12/11/2011) -------------------------- New features: - Implemented the media protection column. diff --git a/Explorer++/Explorer++/Version.h.tmpl b/Explorer++/Explorer++/Version.h.tmpl index f830995f2c..0c563a8753 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 3 +#define MICRO_VERSION 4 #define BUILD_VERSION $WCREV$ #define QUOTE_(x) #x