From aba578175444cc070825379da07bbb17ab53a4c0 Mon Sep 17 00:00:00 2001 From: Ichthyostega Date: Mon, 21 Jul 2025 03:42:55 +0200 Subject: [PATCH] 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) --- README | 2 +- admin/scons/Setup.py | 2 +- data/config/setup.ini | 2 +- doc/devel/Doxyfile | 2 +- doc/devel/Doxyfile.browse | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README b/README index 08f1a3e21..e254e74d3 100644 --- a/README +++ b/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 ************************************************************* diff --git a/admin/scons/Setup.py b/admin/scons/Setup.py index c2c19cca7..416aa802c 100644 --- a/admin/scons/Setup.py +++ b/admin/scons/Setup.py @@ -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' diff --git a/data/config/setup.ini b/data/config/setup.ini index 18a1aec11..d54fc0ad7 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.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 diff --git a/doc/devel/Doxyfile b/doc/devel/Doxyfile index 6d0e56002..faef72d4f 100644 --- a/doc/devel/Doxyfile +++ b/doc/devel/Doxyfile @@ -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 = diff --git a/doc/devel/Doxyfile.browse b/doc/devel/Doxyfile.browse index af34414b4..c88f801d2 100644 --- a/doc/devel/Doxyfile.browse +++ b/doc/devel/Doxyfile.browse @@ -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