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
|
Lumiera -- the video NLE for Linux
|
||||||
====================================
|
====================================
|
||||||
Version: 0.pre.04~rc.1
|
Version: 0.pre.05~dev
|
||||||
:Date: 11/2015
|
:Date: 11/2015
|
||||||
|
|
||||||
*************************************************************
|
*************************************************************
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@ import Options
|
||||||
|
|
||||||
#-------------------------------------------------------Configuration
|
#-------------------------------------------------------Configuration
|
||||||
TARGDIR = 'target'
|
TARGDIR = 'target'
|
||||||
VERSION = '0.pre.04~rc.1'
|
VERSION = '0.pre.05~dev'
|
||||||
TOOLDIR = './admin/scons' # SCons plugins
|
TOOLDIR = './admin/scons' # SCons plugins
|
||||||
OPTCACHE = 'optcache'
|
OPTCACHE = 'optcache'
|
||||||
CUSTOPTFILE = 'custom-options'
|
CUSTOPTFILE = 'custom-options'
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ gui = gtk_gui.lum
|
||||||
modulepath = $ORIGIN/modules
|
modulepath = $ORIGIN/modules
|
||||||
configpath = $ORIGIN/../../share/lumiera/config:$ORIGIN/config:~/.lumiera # currently unused (2/2011)
|
configpath = $ORIGIN/../../share/lumiera/config:$ORIGIN/config:~/.lumiera # currently unused (2/2011)
|
||||||
title = Lumiera
|
title = Lumiera
|
||||||
version = 0.pre.04~rc.1
|
version = 0.pre.05~dev
|
||||||
website = http://www.lumiera.org
|
website = http://www.lumiera.org
|
||||||
authors = Joel Holdsworth|Christian Thäter|Hermann Voßeler|Stefan Kangas|Michael Fisher|Michael Ploujnikov|and others...
|
authors = Joel Holdsworth|Christian Thäter|Hermann Voßeler|Stefan Kangas|Michael Fisher|Michael Ploujnikov|and others...
|
||||||
copyright = 2007 - 2025
|
copyright = 2007 - 2025
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
DOXYFILE_ENCODING = UTF-8
|
DOXYFILE_ENCODING = UTF-8
|
||||||
PROJECT_NAME = Lumiera
|
PROJECT_NAME = Lumiera
|
||||||
PROJECT_NUMBER = 0.pre.04~rc.1
|
PROJECT_NUMBER = 0.pre.05~dev
|
||||||
PROJECT_BRIEF = "»edit your freedom«"
|
PROJECT_BRIEF = "»edit your freedom«"
|
||||||
PROJECT_LOGO = draw/rendered/LumiLogo-small.png
|
PROJECT_LOGO = draw/rendered/LumiLogo-small.png
|
||||||
OUTPUT_DIRECTORY =
|
OUTPUT_DIRECTORY =
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
DOXYFILE_ENCODING = UTF-8
|
DOXYFILE_ENCODING = UTF-8
|
||||||
PROJECT_NAME = Lumiera
|
PROJECT_NAME = Lumiera
|
||||||
PROJECT_NUMBER = 0.pre.04~rc.1
|
PROJECT_NUMBER = 0.pre.05~dev
|
||||||
PROJECT_LOGO = draw/rendered/LumiLogo-small.png
|
PROJECT_LOGO = draw/rendered/LumiLogo-small.png
|
||||||
OUTPUT_DIRECTORY =
|
OUTPUT_DIRECTORY =
|
||||||
CREATE_SUBDIRS = NO
|
CREATE_SUBDIRS = NO
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue