diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-12-09 17:05:38 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-12-09 17:05:38 -0600 |
commit | 145948b3a04e954c7402849fce74bb31f041afd6 (patch) | |
tree | 5e700205411dd8362c19510ecbe0e4e6b5c9718d /tdecore | |
parent | 066f3174aa735e9153c5f4236e5495d51c1a0818 (diff) | |
download | tdelibs-145948b3a04e954c7402849fce74bb31f041afd6.tar.gz tdelibs-145948b3a04e954c7402849fce74bb31f041afd6.zip |
Update version numbers for R14 final releaser14.0.0
Diffstat (limited to 'tdecore')
-rw-r--r-- | tdecore/tdeversion.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecore/tdeversion.h b/tdecore/tdeversion.h index 6f51a37ea..cea44b655 100644 --- a/tdecore/tdeversion.h +++ b/tdecore/tdeversion.h @@ -32,7 +32,7 @@ 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 [DEVELOPMENT]" +#define TDE_VERSION_STRING "R14.0.0" #define TDE_VERSION_MAJOR 14 #define TDE_VERSION_MINOR 0 #define TDE_VERSION_RELEASE 0 |