Dev: bump version to 0.pre.05~dev
__Explanation__: in line with the Git-flow scheme, the version number embedded in-tree will now indicate the ''expected next release version,'' yet marked with a suffix `~dev` (which sorts ''before'' this version number)
This commit is contained in:
parent
6c079839c2
commit
aba5781754
5 changed files with 5 additions and 5 deletions
2
README
2
README
|
|
@ -1,6 +1,6 @@
|
|||
Lumiera -- the video NLE for Linux
|
||||
====================================
|
||||
Version: 0.pre.04~rc.1
|
||||
Version: 0.pre.05~dev
|
||||
:Date: 11/2015
|
||||
|
||||
*************************************************************
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ import Options
|
|||
|
||||
#-------------------------------------------------------Configuration
|
||||
TARGDIR = 'target'
|
||||
VERSION = '0.pre.04~rc.1'
|
||||
VERSION = '0.pre.05~dev'
|
||||
TOOLDIR = './admin/scons' # SCons plugins
|
||||
OPTCACHE = 'optcache'
|
||||
CUSTOPTFILE = 'custom-options'
|
||||
|
|
|
|||
|
|
@ -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.04~rc.1
|
||||
version = 0.pre.05~dev
|
||||
website = http://www.lumiera.org
|
||||
authors = Joel Holdsworth|Christian Thäter|Hermann Voßeler|Stefan Kangas|Michael Fisher|Michael Ploujnikov|and others...
|
||||
copyright = 2007 - 2025
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
#---------------------------------------------------------------------------
|
||||
DOXYFILE_ENCODING = UTF-8
|
||||
PROJECT_NAME = Lumiera
|
||||
PROJECT_NUMBER = 0.pre.04~rc.1
|
||||
PROJECT_NUMBER = 0.pre.05~dev
|
||||
PROJECT_BRIEF = "»edit your freedom«"
|
||||
PROJECT_LOGO = draw/rendered/LumiLogo-small.png
|
||||
OUTPUT_DIRECTORY =
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
#---------------------------------------------------------------------------
|
||||
DOXYFILE_ENCODING = UTF-8
|
||||
PROJECT_NAME = Lumiera
|
||||
PROJECT_NUMBER = 0.pre.04~rc.1
|
||||
PROJECT_NUMBER = 0.pre.05~dev
|
||||
PROJECT_LOGO = draw/rendered/LumiLogo-small.png
|
||||
OUTPUT_DIRECTORY =
|
||||
CREATE_SUBDIRS = NO
|
||||
|
|
|
|||
Loading…
Reference in a new issue