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