summaryrefslogtreecommitdiffstats
path: root/tdecore/tdeversion.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2014-12-15 13:13:11 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2014-12-15 13:13:11 +0900
commit840c1c22173103e70547f2784f988473359fa4d6 (patch)
treeab9cc2ad87188c5029f865845cb08a5173d25824 /tdecore/tdeversion.h
parent145948b3a04e954c7402849fce74bb31f041afd6 (diff)
downloadtdelibs-840c1c22173103e70547f2784f988473359fa4d6.tar.gz
tdelibs-840c1c22173103e70547f2784f988473359fa4d6.zip
Updated version numbers for R14.1 branch
Diffstat (limited to 'tdecore/tdeversion.h')
-rw-r--r--tdecore/tdeversion.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdecore/tdeversion.h b/tdecore/tdeversion.h
index cea44b655..b784e7901 100644
--- a/tdecore/tdeversion.h
+++ b/tdecore/tdeversion.h
@@ -32,9 +32,9 @@
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.0"
+#define TDE_VERSION_STRING "R14.1.0 [DEVELOPMENT]"
#define TDE_VERSION_MAJOR 14
-#define TDE_VERSION_MINOR 0
+#define TDE_VERSION_MINOR 1
#define TDE_VERSION_RELEASE 0
#define TDE_MAKE_VERSION( a,b,c ) (((a) << 16) | ((b) << 8) | (c))