diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2016-02-29 04:29:52 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2016-02-29 04:29:52 +0100 |
commit | 7212136399eed971063f439d8d64233a666e4393 (patch) | |
tree | 0623f01a5fe630afe3664536d3ecb2aa06c8f17e /kapptemplate | |
parent | 0ee697c92e4cc03977bc54202db4d31d04f87dd2 (diff) | |
download | tdesdk-7212136399eed971063f439d8d64233a666e4393.tar.gz tdesdk-7212136399eed971063f439d8d64233a666e4393.zip |
Update version number for new target R14.0.4
Diffstat (limited to 'kapptemplate')
-rw-r--r-- | kapptemplate/appframework/app.lsm | 4 | ||||
-rw-r--r-- | kapptemplate/kapptemplate.lsm | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/kapptemplate/appframework/app.lsm b/kapptemplate/appframework/app.lsm index 4fd006b6..2180fc37 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.3 -Entered-date: 2016-02-07 +Version: R14.0.4 +Entered-date: 2016-02-29 Description: .... for the Trinity Desktop Environment Keywords: TDE Qt Author: $AUTHOR <$EMAIL> diff --git a/kapptemplate/kapptemplate.lsm b/kapptemplate/kapptemplate.lsm index 1c55a93c..b09fdffa 100644 --- a/kapptemplate/kapptemplate.lsm +++ b/kapptemplate/kapptemplate.lsm @@ -1,7 +1,7 @@ Begin4 Title: KAppTemplate -Version: R14.0.3 -Entered-date: 2016-02-07 +Version: R14.0.4 +Entered-date: 2016-02-29 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 |