From 8b1f48bea2cc5098222d9f6533266695c710ab16 Mon Sep 17 00:00:00 2001 From: Ichthyostega Date: Mon, 2 Nov 2015 21:31:01 +0100 Subject: [PATCH] release prep: bump version number ...this will be the third preview release Lumiera is still in pre-alpha stage, and thus there are no proper releases, just preview snapshots. Again this version will be built and packaged on several supported Linux platforms --- admin/scons/Setup.py | 2 +- data/config/setup.ini | 2 +- doc/devel/Doxyfile | 2 +- doc/devel/Doxyfile.browse | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/admin/scons/Setup.py b/admin/scons/Setup.py index 0d5a0cdd9..7a6f73976 100644 --- a/admin/scons/Setup.py +++ b/admin/scons/Setup.py @@ -31,7 +31,7 @@ import Options #-------------------------------------------------------Configuration TARGDIR = 'target' -VERSION = '0.pre.02' +VERSION = '0.pre.03' TOOLDIR = './admin/scons' # SCons plugins OPTCACHE = 'optcache' CUSTOPTFILE = 'custom-options' diff --git a/data/config/setup.ini b/data/config/setup.ini index de89b6820..d7f13afc1 100644 --- a/data/config/setup.ini +++ b/data/config/setup.ini @@ -12,7 +12,7 @@ gui = gtk_gui.lum modulepath = $ORIGIN/modules configpath = $ORIGIN/../../share/lumiera/config:$ORIGIN/config:~/.lumiera # currently unused (2/2011) title = Lumiera -version = 0.pre.02 +version = 0.pre.03 website = http://www.lumiera.org authors = Joel Holdsworth|Christian Thäter|Hermann Voßeler|[Other Authors Here] copyright = 2007 - 2013 diff --git a/doc/devel/Doxyfile b/doc/devel/Doxyfile index b33634856..c56acb883 100644 --- a/doc/devel/Doxyfile +++ b/doc/devel/Doxyfile @@ -5,7 +5,7 @@ #--------------------------------------------------------------------------- DOXYFILE_ENCODING = UTF-8 PROJECT_NAME = Lumiera -PROJECT_NUMBER = 0.pre.02 +PROJECT_NUMBER = 0.pre.03 PROJECT_BRIEF = PROJECT_LOGO = draw/rendered/LumiLogo-small.png OUTPUT_DIRECTORY = diff --git a/doc/devel/Doxyfile.browse b/doc/devel/Doxyfile.browse index 3353f2cf0..a6654bc55 100644 --- a/doc/devel/Doxyfile.browse +++ b/doc/devel/Doxyfile.browse @@ -31,7 +31,7 @@ PROJECT_NAME = Lumiera # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 0.pre.02 +PROJECT_NUMBER = 0.pre.03 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put.