From e15c223089ded1636ad9f4fea6029f9e93edf9b3 Mon Sep 17 00:00:00 2001 From: David Erceg Date: Thu, 27 Oct 2011 17:43:43 +0000 Subject: [PATCH] Bumped version number to 1.3.3. --- Documentation/History.txt | 4 ++-- Explorer++/Explorer++/Version.h.tmpl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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