diff options
author | Jani Välimaa <wally@mageia.org> | 2014-08-02 11:27:22 +0300 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2014-08-02 11:27:22 +0300 |
commit | 1bdf786b4fa3c5f35635cc128816b1e8b67c40e0 (patch) | |
tree | 2d4c3517870d7efb5f0213561f86f96ce3cba96b /Makefile | |
parent | 76cae60eb75e175440e9981124aadea7d5678691 (diff) | |
download | config-1bdf786b4fa3c5f35635cc128816b1e8b67c40e0.tar config-1bdf786b4fa3c5f35635cc128816b1e8b67c40e0.tar.gz config-1bdf786b4fa3c5f35635cc128816b1e8b67c40e0.tar.bz2 config-1bdf786b4fa3c5f35635cc128816b1e8b67c40e0.tar.xz config-1bdf786b4fa3c5f35635cc128816b1e8b67c40e0.zip |
Version 4.100.5.74.100.5.7
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -10,7 +10,7 @@ NAME = mageia-xfce-config # separates our versions from Xfce version. Next part, $(MGAVERSION), identifies # current Mageia release. Last $(RELEASE) part identifies sequential release # number of the package. -# +# # So: # * Change $(XFCEVERSION) only when Xfce version changes. # * Change $(MGAVERSION) when doing a new release after new stable Mageia version is released @@ -24,7 +24,7 @@ NAME = mageia-xfce-config XFCEVERSION = 4.10 MGAVERSION = 5 -RELEASE = 6 +RELEASE = 7 VERSION = $(XFCEVERSION)0.$(MGAVERSION).$(RELEASE) |