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
This commit is contained in:
Fischlurch 2015-11-02 21:31:01 +01:00
parent 12cefe914e
commit 8b1f48bea2
4 changed files with 4 additions and 4 deletions

View file

@ -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'

View file

@ -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

View file

@ -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 =

View file

@ -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.