annotate src/UiGuiVersion.h @ 649:2272223c990b

Prepared for use of extra version file and version info in the executable file for Windows. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@908 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Tue, 03 Feb 2009 16:58:02 +0000
parents
children d7b4ce40ceb9
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
649
2272223c990b Prepared for use of extra version file and version info in the executable file for Windows.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1 /***************************************************************************
2272223c990b Prepared for use of extra version file and version info in the executable file for Windows.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
2 * Copyright (C) 2006-2009 by Thomas Schweitzer *
2272223c990b Prepared for use of extra version file and version info in the executable file for Windows.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
3 * thomas-schweitzer(at)arcor.de *
2272223c990b Prepared for use of extra version file and version info in the executable file for Windows.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
4 * *
2272223c990b Prepared for use of extra version file and version info in the executable file for Windows.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
5 * This program is free software; you can redistribute it and/or modify *
2272223c990b Prepared for use of extra version file and version info in the executable file for Windows.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
6 * it under the terms of the GNU General Public License version 2.0 as *
2272223c990b Prepared for use of extra version file and version info in the executable file for Windows.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
7 * published by the Free Software Foundation. *
2272223c990b Prepared for use of extra version file and version info in the executable file for Windows.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
8 * *
2272223c990b Prepared for use of extra version file and version info in the executable file for Windows.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
9 * This program is distributed in the hope that it will be useful, *
2272223c990b Prepared for use of extra version file and version info in the executable file for Windows.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of *
2272223c990b Prepared for use of extra version file and version info in the executable file for Windows.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
2272223c990b Prepared for use of extra version file and version info in the executable file for Windows.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
12 * GNU General Public License for more details. *
2272223c990b Prepared for use of extra version file and version info in the executable file for Windows.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
13 * *
2272223c990b Prepared for use of extra version file and version info in the executable file for Windows.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
14 * You should have received a copy of the GNU General Public License *
2272223c990b Prepared for use of extra version file and version info in the executable file for Windows.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
15 * along with this program in the file LICENSE.GPL; if not, write to the *
2272223c990b Prepared for use of extra version file and version info in the executable file for Windows.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
16 * Free Software Foundation, Inc., *
2272223c990b Prepared for use of extra version file and version info in the executable file for Windows.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
17 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
2272223c990b Prepared for use of extra version file and version info in the executable file for Windows.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
18 ***************************************************************************/
2272223c990b Prepared for use of extra version file and version info in the executable file for Windows.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
19
2272223c990b Prepared for use of extra version file and version info in the executable file for Windows.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
20 #ifndef UIGUIVERSION_H
2272223c990b Prepared for use of extra version file and version info in the executable file for Windows.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
21 #define UIGUIVERSION_H
2272223c990b Prepared for use of extra version file and version info in the executable file for Windows.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
22
2272223c990b Prepared for use of extra version file and version info in the executable file for Windows.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
23 #define PROGRAM_VERSION 1.0.2
2272223c990b Prepared for use of extra version file and version info in the executable file for Windows.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
24 #define PROGRAM_VERSION_STRING "1.0.2"
2272223c990b Prepared for use of extra version file and version info in the executable file for Windows.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
25 #define RESOURCE_VERSION 1,0,2,0
2272223c990b Prepared for use of extra version file and version info in the executable file for Windows.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
26 #define RESOURCE_VERSION_STRING "1,0,2,0\0"
2272223c990b Prepared for use of extra version file and version info in the executable file for Windows.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
27 #define PROGRAM_REVISION "$Revision: 2831 $"
2272223c990b Prepared for use of extra version file and version info in the executable file for Windows.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
28 #define PROGRAM_TITLE "UniversalIndentGUI"
2272223c990b Prepared for use of extra version file and version info in the executable file for Windows.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
29
2272223c990b Prepared for use of extra version file and version info in the executable file for Windows.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
30 const int programVersionDate();
2272223c990b Prepared for use of extra version file and version info in the executable file for Windows.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
31
2272223c990b Prepared for use of extra version file and version info in the executable file for Windows.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
32 #endif // UIGUIVERSION_H