diff src/UiGuiVersion.h @ 793:c6942de51c7c

Updated the version and release date. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@1070 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Sun, 01 Jan 2012 15:30:46 +0000
parents f3631db17328
children
line wrap: on
line diff
--- a/src/UiGuiVersion.h	Sun Jan 01 15:29:29 2012 +0000
+++ b/src/UiGuiVersion.h	Sun Jan 01 15:30:46 2012 +0000
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2006-2011 by Thomas Schweitzer                          *
+ *   Copyright (C) 2006-2012 by Thomas Schweitzer                          *
  *   thomas-schweitzer(at)arcor.de                                         *
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
@@ -23,10 +23,10 @@
 class QString;
 
 // Define the version number here. Update this as the last file before a release.
-#define PROGRAM_VERSION 1.1.0
-#define PROGRAM_VERSION_STRING "1.1.0"
-#define RESOURCE_VERSION 1,1,0,0
-#define RESOURCE_VERSION_STRING "1,1,0,0\0"
+#define PROGRAM_VERSION 1.2.0
+#define PROGRAM_VERSION_STRING "1.2.0"
+#define RESOURCE_VERSION 1,2,0,0
+#define RESOURCE_VERSION_STRING "1,2,0,0\0"
 #define PROGRAM_REVISION "$Revision$"
 
 namespace UiGuiVersion {