This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gokdriveclient. commit e7f92c33e450cf5c6078ab4dac8e4277c30bbbe8 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri May 26 21:43:48 2023 +0200 x2gokdriveclient.pro: add VERSION variable, currently unused, but might become handy at a later point in time. --- debian/changelog | 2 ++ x2gokdriveclient.pro | 1 + 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 4d15548..311c2d8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -98,6 +98,8 @@ x2gokdriveclient (0.0.0.1-0x2go1) UNRELEASED; urgency=medium - AUTHORS: actually add file, whoops. - .gitignore: copy from X2Go Client, adapt to this project. - misc: pre-release date update. + - x2gokdriveclient.pro: add VERSION variable, currently unused, but might + become handy at a later point in time. * debian/rules: + Let qmake add general Qt {C{,XX},L}FLAGS instead of overriding them. Especially needed for C++11 support. diff --git a/x2gokdriveclient.pro b/x2gokdriveclient.pro index ea92480..061e710 100644 --- a/x2gokdriveclient.pro +++ b/x2gokdriveclient.pro @@ -18,6 +18,7 @@ LIBS += -lxcb -lxcb-xfixes RESOURCES += res/resources.qrc +VERSION = "$$cat($${PWD}/VERSION.x2gokdriveclient)" # Input HEADERS += src/client.h \ -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdriveclient.git