changeset 662:506b9bb83ecc

Updated to version 1.0.2 git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@924 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Thu, 12 Feb 2009 16:06:25 +0000
parents b42ae513d7ae
children 59a84b16a8a9
files CHANGELOG.txt src/UiGuiVersion.h
diffstat 2 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGELOG.txt	Thu Feb 12 14:51:29 2009 +0000
+++ b/CHANGELOG.txt	Thu Feb 12 16:06:25 2009 +0000
@@ -1,4 +1,4 @@
-2009-02-05 Version 1.0.2
+2009-02-12 Version 1.0.2
 [add] Feature Request ID 2498654 : Added support for the Fortran indenter F90ppr. http://universalindent.sf.net/issue/2498654
 [add] Made it possible to define "stdin" to be used for an indenter calling.
 [change] Made the source code be compilable with the slightly older QScintilla version 2.2.
--- a/src/UiGuiVersion.h	Thu Feb 12 14:51:29 2009 +0000
+++ b/src/UiGuiVersion.h	Thu Feb 12 16:06:25 2009 +0000
@@ -23,10 +23,10 @@
 class QString;
 
 // Define the version number here. Update this as the last file before a release.
-#define PROGRAM_VERSION 1.0.1
-#define PROGRAM_VERSION_STRING "1.0.1"
-#define RESOURCE_VERSION 1,0,1,0
-#define RESOURCE_VERSION_STRING "1,0,1,0\0"
+#define PROGRAM_VERSION 1.0.2
+#define PROGRAM_VERSION_STRING "1.0.2"
+#define RESOURCE_VERSION 1,0,2,0
+#define RESOURCE_VERSION_STRING "1,0,2,0\0"
 #define PROGRAM_REVISION "$Revision$"
 
 namespace UiGuiVersion {