diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2022-05-03 10:22:20 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2022-05-03 10:22:20 +0200 |
commit | 042d711a1b07c1dccd8febcde51c59bdcd2cc4ee (patch) | |
tree | f99843ec2f9dc3bab828a18631d1817b9d991040 | |
parent | 6a5fd2df0d5dfa459de1f292bacf568e32174716 (diff) | |
download | tdelibs-042d711a1b07c1dccd8febcde51c59bdcd2cc4ee.tar.gz tdelibs-042d711a1b07c1dccd8febcde51c59bdcd2cc4ee.zip |
Update version number to the upcoming R14.0.13.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | tdecore/tdeversion.h | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index db151f471..a7e7f1f59 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ cmake_minimum_required( VERSION 3.1 ) project( tdelibs ) set( PACKAGE tdelibs ) -set( VERSION R14.0.12 ) +set( VERSION R14.0.13 ) ##### include essential cmake modules ########### @@ -10,7 +10,7 @@ In this file: About tdelibs ------------- -This is version R14.0.12 of the Trinity Desktop Environment (TDE) libraries. +This is version R14.0.13 [DEVELOPMENT] of the Trinity Desktop Environment (TDE) libraries. This package includes libraries that are central to the development and execution of a KDE program, as well as internationalization files for these diff --git a/tdecore/tdeversion.h b/tdecore/tdeversion.h index ceeebad8a..6f838dd93 100644 --- a/tdecore/tdeversion.h +++ b/tdecore/tdeversion.h @@ -32,10 +32,10 @@ A new FEATURE REVISION level always resets the BUG AND SECURITY PATCHLEVEL. A new ABI version resets both the FEATURE REVISION and BUG AND SECURITY PATCH LEVEL. */ -#define TDE_VERSION_STRING "R14.0.12" +#define TDE_VERSION_STRING "R14.0.13 [DEVELOPMENT]" #define TDE_VERSION_MAJOR 14 #define TDE_VERSION_MINOR 0 -#define TDE_VERSION_RELEASE 12 +#define TDE_VERSION_RELEASE 13 #define TDE_MAKE_VERSION( a,b,c ) (((a) << 16) | ((b) << 8) | (c)) #define TDE_VERSION \ |