summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2015-08-26 18:42:02 +0200
committerSlávek Banko <slavek.banko@axis.cz>2015-08-26 18:42:02 +0200
commit2def608b42d9c1e023d3527d4b8294e61b30e7de (patch)
tree824cca7f0c2cad634115d59fc47fe061ed94612e
parent7482a9b3708f393f457305d70486ca33f5a55215 (diff)
downloadtdesdk-2def608b42d9c1e023d3527d4b8294e61b30e7de.tar.gz
tdesdk-2def608b42d9c1e023d3527d4b8294e61b30e7de.zip
Update version number for new target R14.0.2
-rw-r--r--CMakeLists.txt2
-rw-r--r--kapptemplate/appframework/app.lsm4
-rw-r--r--kapptemplate/kapptemplate.lsm4
-rw-r--r--tdesdk.lsm4
-rw-r--r--umbrello/uml.lsm4
5 files changed, 9 insertions, 9 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 16a6eb43..31a15be9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -16,7 +16,7 @@ cmake_minimum_required( VERSION 2.8 )
project( tdesdk )
set( PACKAGE tdesdk )
-set( VERSION R14.0.1 )
+set( VERSION R14.0.2 )
##### include essential cmake modules ###########
diff --git a/kapptemplate/appframework/app.lsm b/kapptemplate/appframework/app.lsm
index a562b9e2..9c82079c 100644
--- a/kapptemplate/appframework/app.lsm
+++ b/kapptemplate/appframework/app.lsm
@@ -2,8 +2,8 @@ echo "Creating $LOCATION_ROOT/$APP_NAME_LC.lsm...";
cat << EOF > $LOCATION_ROOT/$APP_NAME_LC.lsm
Begin4
Title: $APP_NAME
-Version: R14.0.1
-Entered-date: 2015-07-13
+Version: R14.0.2
+Entered-date: 2015-08-26
Description: .... for the Trinity Desktop Environment
Keywords: TDE Qt
Author: $AUTHOR <$EMAIL>
diff --git a/kapptemplate/kapptemplate.lsm b/kapptemplate/kapptemplate.lsm
index 067a1903..0bd54382 100644
--- a/kapptemplate/kapptemplate.lsm
+++ b/kapptemplate/kapptemplate.lsm
@@ -1,7 +1,7 @@
Begin4
Title: KAppTemplate
-Version: R14.0.1
-Entered-date: 2015-07-13
+Version: R14.0.2
+Entered-date: 2015-08-26
Description: Modular shell script that will automatically create a
framework for either a normal TDE application, a
KPart application, a KPart plugin, or convert an
diff --git a/tdesdk.lsm b/tdesdk.lsm
index 39386eb1..3ed056fa 100644
--- a/tdesdk.lsm
+++ b/tdesdk.lsm
@@ -1,7 +1,7 @@
Begin4
Title: tdesdk
-Version: R14.0.1
-Entered-date: 2015-07-13
+Version: R14.0.2
+Entered-date: 2015-08-26
Description: Software Ddevelopment Kit for the Trinity Desktop Environment
Keywords: TDE X11 desktop Qt
Author: http://www.kde.org/
diff --git a/umbrello/uml.lsm b/umbrello/uml.lsm
index c80066c2..66508aba 100644
--- a/umbrello/uml.lsm
+++ b/umbrello/uml.lsm
@@ -1,7 +1,7 @@
Begin4
Title: Umbrello UML Modeller
-Version: R14.0.1
-Entered-date: 2015-07-13
+Version: R14.0.2
+Entered-date: 2015-08-26
Description: A UML diagram Modeller
Keywords: TDE uml diagram modeller
Author: Paul Hensgen <phensgen @ users.sourceforge.net>