[qet] [3450] Update mac os script |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
Revision: 3450
Author: scorpio810
Date: 2014-11-04 18:39:27 +0100 (Tue, 04 Nov 2014)
Log Message:
-----------
Update mac os script
Modified Paths:
--------------
trunk/misc/MacQetDeploy.sh
trunk/sources/aboutqet.cpp
Modified: trunk/misc/MacQetDeploy.sh
===================================================================
--- trunk/misc/MacQetDeploy.sh 2014-11-04 09:48:13 UTC (rev 3449)
+++ trunk/misc/MacQetDeploy.sh 2014-11-04 17:39:27 UTC (rev 3450)
@@ -102,7 +102,7 @@
cp -Rf "sources/qet.h" "temp/qet.h"
# On modifie l'originale avec le numero de version
-sed -i "" "s/const QString displayedVersion = \"0.4-dev\"/const QString displayedVersion = \"0.4-dev-r$revAp\"/" sources/qet.h
+sed -i "" "s/const QString displayedVersion = \"0.4-b\"/const QString displayedVersion = \"0.4-beta-r$revAp\"/" sources/qet.h
# Apres la compilation
cleanVerionTag () {
@@ -179,7 +179,7 @@
fi
# On rajoute le numero de version pour "cmd + i"
-sed -i "" "s/<string>Created by Qt\/QMake<\/string>/<string>0.4 dev r$revAp<\/string>/" qelectrotech.app/Contents/Info.plist
+sed -i "" "s/<string>Created by Qt\/QMake<\/string>/<string>0.4 beta r$revAp<\/string>/" qelectrotech.app/Contents/Info.plist
### copy over frameworks ############################################
Modified: trunk/sources/aboutqet.cpp
===================================================================
--- trunk/sources/aboutqet.cpp 2014-11-04 09:48:13 UTC (rev 3449)
+++ trunk/sources/aboutqet.cpp 2014-11-04 17:39:27 UTC (rev 3450)
@@ -180,7 +180,7 @@
addAuthor(contributors, "Nuno Pinheiro", "nuno@xxxxxxxxxxxxxx", tr("Ic\364nes"));
addAuthor(contributors, "Cyril Frausti", "cyril@xxxxxxxxxxxxxxxx", tr("D\351veloppement"));
addAuthor(contributors, "Arun Kishore Eswara", "eswara.arun@xxxxxxxxx", tr("Documentation"));
- addAuthor(contributors, "Ren\351 Negre", "runsys@xxxxxxxxxxxxxxxx", tr("D\351veloppement"));
+ addAuthor(contributors, "Ren\351 Negre", "runsys@xxxxxxxxxxxxxxxx", tr("D\351veloppement"));
addAuthor(contributors, "Ronny Desmedt", "r.desmedt@xxxxxxx", tr("D\351veloppement"));