From 48c1bc7959cf125d12abb6e0f5287e83867751cf Mon Sep 17 00:00:00 2001 From: David Erceg Date: Sun, 3 Feb 2013 05:49:24 +0000 Subject: [PATCH] Bumped version number to 1.3.5. --- 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 fce5cab3b6..2842ef218e 100644 --- a/Documentation/History.txt +++ b/Documentation/History.txt @@ -1,9 +1,9 @@ Explorer++ Version History -------------------------- -Current version: 1.3.4 +Current version: 1.3.5 -Version 1.3.5 (xx/xx/2012) +Version 1.3.5 (03/02/2013) -------------------------- New features: - Added support for another drag and drop format (which is used, diff --git a/Explorer++/Explorer++/Version.h.tmpl b/Explorer++/Explorer++/Version.h.tmpl index 0c563a8753..47b86e38b9 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 4 +#define MICRO_VERSION 5 #define BUILD_VERSION $WCREV$ #define QUOTE_(x) #x