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 | |
parent | 76cae60eb75e175440e9981124aadea7d5678691 (diff) | |
download | config-4.100.5.7.tar config-4.100.5.7.tar.gz config-4.100.5.7.tar.bz2 config-4.100.5.7.tar.xz config-4.100.5.7.zip |
Version 4.100.5.74.100.5.7
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | NEWS | 1 |
2 files changed, 3 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) @@ -1,3 +1,4 @@ +Version 4.100.5.7 - 2014-08-02 - drop xfce4-mixer app from panel (to later switch to pnmixer) Version 4.100.5.6 - 2014-08-02 |