aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authordaviddavid <geiger.david68210@gmail.com>2016-08-23 17:59:40 +0200
committerdaviddavid <geiger.david68210@gmail.com>2016-08-23 17:59:40 +0200
commit46e66c480c4447e014c51e7283f24186e4978a62 (patch)
tree3403d06549a5983e3c35dd427eb3a8f323757ce9 /Makefile
parent14ef24332e653eb8e6a7eacf00ed0091e517fc3a (diff)
downloadcommon-data-46e66c480c4447e014c51e7283f24186e4978a62.tar
common-data-46e66c480c4447e014c51e7283f24186e4978a62.tar.gz
common-data-46e66c480c4447e014c51e7283f24186e4978a62.tar.bz2
common-data-46e66c480c4447e014c51e7283f24186e4978a62.tar.xz
common-data-46e66c480c4447e014c51e7283f24186e4978a62.zip
fix chksession from David Walser (mga#17617)6.3
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bca5960..5e6dabe 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
# Use Mageia release as major and bump minor
-VERSION = 6.2
+VERSION = 6.3
PACKAGE = desktop-common-data
NAME = desktop-common-data
TAG := $(shell echo "V$(VERSION)_$(RELEASE)" | tr -- '-.' '__')