diff --git a/Documentation/History.txt b/Documentation/History.txt index af469f3346..49835f562f 100644 --- a/Documentation/History.txt +++ b/Documentation/History.txt @@ -1,9 +1,9 @@ Explorer++ Version History -------------------------- -Current version: 1.3.2 +Current version: 1.3.3 -Version 1.3.3 (xx/xx/2011) +Version 1.3.3 (29/10/2011) -------------------------- Bug fixes: - The media duration column was previously showing times in diff --git a/Explorer++/Explorer++/Version.h.tmpl b/Explorer++/Explorer++/Version.h.tmpl index 7b5cbd8578..f830995f2c 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 2 +#define MICRO_VERSION 3 #define BUILD_VERSION $WCREV$ #define QUOTE_(x) #x