diff options
-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 |