comparison 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
comparison
equal deleted inserted replaced
792:4e782f5d8674 793:c6942de51c7c
1 /*************************************************************************** 1 /***************************************************************************
2 * Copyright (C) 2006-2011 by Thomas Schweitzer * 2 * Copyright (C) 2006-2012 by Thomas Schweitzer *
3 * thomas-schweitzer(at)arcor.de * 3 * thomas-schweitzer(at)arcor.de *
4 * * 4 * *
5 * This program is free software; you can redistribute it and/or modify * 5 * This program is free software; you can redistribute it and/or modify *
6 * it under the terms of the GNU General Public License version 2.0 as * 6 * it under the terms of the GNU General Public License version 2.0 as *
7 * published by the Free Software Foundation. * 7 * published by the Free Software Foundation. *
21 #define UIGUIVERSION_H 21 #define UIGUIVERSION_H
22 22
23 class QString; 23 class QString;
24 24
25 // Define the version number here. Update this as the last file before a release. 25 // Define the version number here. Update this as the last file before a release.
26 #define PROGRAM_VERSION 1.1.0 26 #define PROGRAM_VERSION 1.2.0
27 #define PROGRAM_VERSION_STRING "1.1.0" 27 #define PROGRAM_VERSION_STRING "1.2.0"
28 #define RESOURCE_VERSION 1,1,0,0 28 #define RESOURCE_VERSION 1,2,0,0
29 #define RESOURCE_VERSION_STRING "1,1,0,0\0" 29 #define RESOURCE_VERSION_STRING "1,2,0,0\0"
30 #define PROGRAM_REVISION "$Revision$" 30 #define PROGRAM_REVISION "$Revision$"
31 31
32 namespace UiGuiVersion { 32 namespace UiGuiVersion {
33 33
34 QString getBuildDate(); 34 QString getBuildDate();