diff --git a/admin/scons/Setup.py b/admin/scons/Setup.py index 1212f343e..ee09a3889 100644 --- a/admin/scons/Setup.py +++ b/admin/scons/Setup.py @@ -31,7 +31,7 @@ import Options #-------------------------------------------------------Configuration TARGDIR = 'target' -VERSION = '0.pre.01' +VERSION = '0.pre.02' TOOLDIR = './admin/scons' # SCons plugins OPTCACHE = 'optcache' CUSTOPTFILE = 'custom-options' diff --git a/data/config/setup.ini b/data/config/setup.ini index 43f4b9317..e9e0b3c49 100644 --- a/data/config/setup.ini +++ b/data/config/setup.ini @@ -10,9 +10,9 @@ # gui = gtk_gui.lum modulepath = $ORIGIN/modules -configpath = $ORIGIN/../../share/lumiera/config:$ORIGIN/config:~/.lumiera # unused currently (2/2011) +configpath = $ORIGIN/../../share/lumiera/config:$ORIGIN/config:~/.lumiera # currently unused (2/2011) title = Lumiera -version = 0.pre.01 +version = 0.pre.02 website = http://www.lumiera.org authors = Joel Holdsworth|Christian Thäter|Hermann Voßeler|[Other Authors Here] diff --git a/doc/devel/Doxyfile b/doc/devel/Doxyfile index 8a3182c79..b33634856 100644 --- a/doc/devel/Doxyfile +++ b/doc/devel/Doxyfile @@ -5,7 +5,7 @@ #--------------------------------------------------------------------------- DOXYFILE_ENCODING = UTF-8 PROJECT_NAME = Lumiera -PROJECT_NUMBER = 0.1+pre +PROJECT_NUMBER = 0.pre.02 PROJECT_BRIEF = PROJECT_LOGO = draw/rendered/LumiLogo-small.png OUTPUT_DIRECTORY = diff --git a/doc/devel/Doxyfile.browse b/doc/devel/Doxyfile.browse index 1fe01ecc6..3353f2cf0 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.1+pre +PROJECT_NUMBER = 0.pre.02 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put.