# HG changeset patch # User thomas_-_s # Date 1325431846 0 # Node ID c6942de51c7cb17ffa86e90aa2a5782f84f8436d # Parent 4e782f5d86743f33355a82be0bed544d0af3a623 Updated the version and release date. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@1070 59b1889a-e5ac-428c-b0c7-476e01d41282 diff -r 4e782f5d8674 -r c6942de51c7c debian/copyright --- 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 on Thu, 16 Jul 2009 13:13:58 +0200 + Thomas Schweitzer 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: diff -r 4e782f5d8674 -r c6942de51c7c debian/files --- 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 diff -r 4e782f5d8674 -r c6942de51c7c doc/Doxyfile --- 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 diff -r 4e782f5d8674 -r c6942de51c7c doc/universalindentgui.man --- 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 +.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 diff -r 4e782f5d8674 -r c6942de51c7c resources/programicon.rc --- 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" diff -r 4e782f5d8674 -r c6942de51c7c src/UiGuiVersion.h --- 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 {