changeset 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 4e782f5d8674
children fa7aa6f543f1
files debian/copyright debian/files doc/Doxyfile doc/universalindentgui.man resources/programicon.rc src/UiGuiVersion.h
diffstat 6 files changed, 32 insertions(+), 32 deletions(-) [+]
line wrap: on
line diff
--- a/debian/copyright	Sun Jan 01 15:29:29 2012 +0000
+++ b/debian/copyright	Sun Jan 01 15:30:46 2012 +0000
@@ -1,6 +1,6 @@
 This package was debianized by:
 
-    Thomas Schweitzer <mail@thomas-schweitzer.de> on Thu, 16 Jul 2009 13:13:58 +0200
+    Thomas Schweitzer <mail@thomas-schweitzer.de> on Sun, 01 Jan 2012 13:37:00 +0200
 
 It was downloaded from:
 
@@ -12,7 +12,7 @@
 
 Copyright:
 
-    Copyright (C) 2006-2009 Thomas Schweitzer
+    Copyright (C) 2006-2012 Thomas Schweitzer
 
 Copyright for indenters/PerlTidyLib.pm file:
 
--- a/debian/files	Sun Jan 01 15:29:29 2012 +0000
+++ b/debian/files	Sun Jan 01 15:30:46 2012 +0000
@@ -1,1 +1,1 @@
-universalindentgui_1.1.0-1_i386.deb devel optional
+universalindentgui_1.2.0-1_i386.deb devel optional
--- a/doc/Doxyfile	Sun Jan 01 15:29:29 2012 +0000
+++ b/doc/Doxyfile	Sun Jan 01 15:30:46 2012 +0000
@@ -5,7 +5,7 @@
 #---------------------------------------------------------------------------
 DOXYFILE_ENCODING      = UTF-8
 PROJECT_NAME           = UniversalIndentGUI
-PROJECT_NUMBER         = 1.1.0
+PROJECT_NUMBER         = 1.2.0
 OUTPUT_DIRECTORY       = .
 CREATE_SUBDIRS         = NO
 OUTPUT_LANGUAGE        = English
--- a/doc/universalindentgui.man	Sun Jan 01 15:29:29 2012 +0000
+++ b/doc/universalindentgui.man	Sun Jan 01 15:30:46 2012 +0000
@@ -1,21 +1,21 @@
-.TH universalindentgui 1 "2009-07-16" "1.1.0" "UniversalIndentGUI"
-
-.SH NAME 
-universalindentgui \- GUI frontend for several code beautifiers
-
-.SH SYNOPSIS 
-.B universalindentgui
-.RI [ FILE ]
-.br
-Optional the as parameter given
-.IR FILE
-can be opened at start.
-
-.SH DESCRIPTION 
-\fBUniversalIndentGUI\fP is a GUI fontend for nearly any code beautifier. It allows you to comfortably change each parameter of a beautifier and directly see how the source code is affected done by a live preview. Many free available code beautifier, formatter and indenter are currently supported, like GNU Indent, Uncrustify, Artistic Styler, PHP Stylist, Ruby Beautify, HTML Tidy and many other (look at features for complete list). Currently not supported indenters can be easyly added by creating a configuration file for them.
-
-.SH BUGS 
-Currently known bugs can be browsed on http://sf.net/tracker2/?func=browse&group_id=167482&atid=843127
-
-.SH AUTHOR 
-Thomas\ Schweitzer <thomas_-_s@users.sourceforge.net>
+.TH universalindentgui 1 "2012-01-01" "1.2.0" "UniversalIndentGUI"
+
+.SH NAME 
+universalindentgui \- GUI frontend for several code beautifiers
+
+.SH SYNOPSIS 
+.B universalindentgui
+.RI [ FILE ]
+.br
+Optional the as parameter given
+.IR FILE
+can be opened at start.
+
+.SH DESCRIPTION 
+\fBUniversalIndentGUI\fP is a GUI frontend for nearly any code beautifier. It allows you to comfortably change each parameter of a beautifier and directly see how the source code is affected done by a live preview. Many free available code beautifier, formatter and indenter are currently supported, like GNU Indent, Uncrustify, Artistic Styler, PHP Stylist, Ruby Beautify, HTML Tidy and many other (look at features for complete list). Currently not supported indenters can be easily added by creating a configuration file for them.
+
+.SH BUGS 
+Currently known bugs can be browsed on http://sf.net/tracker2/?func=browse&group_id=167482&atid=843127
+
+.SH AUTHOR 
+Thomas\ Schweitzer <thomas_-_s@users.sourceforge.net>
--- a/resources/programicon.rc	Sun Jan 01 15:29:29 2012 +0000
+++ b/resources/programicon.rc	Sun Jan 01 15:30:46 2012 +0000
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2006-2010 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  *
@@ -78,7 +78,7 @@
             VALUE "FileDescription", PROGRAM_TITLE "\0"
             VALUE "FileVersion", RESOURCE_VERSION_STRING
             VALUE "InternalName", INTERNALNAME "\0"
-            VALUE "LegalCopyright", "Copyright © Thomas Schweitzer 2010\0"
+            VALUE "LegalCopyright", "Copyright © Thomas Schweitzer 2012\0"
             VALUE "LegalTrademarks", "\0"
             VALUE "OriginalFilename", ORIGINALFILENAME "\0"
             VALUE "PrivateBuild", "\0"
--- 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 {