diff options
-rw-r--r-- | Makefile | 13 | ||||
-rw-r--r-- | NEWS | 2 |
2 files changed, 8 insertions, 7 deletions
@@ -6,10 +6,9 @@ NAME = mageia-xfce-config -# Versioning scheme uses Xfce version as base. 'Zero' after $(XFCEVERSION) -# separates our versions from Xfce version. Next part, $(MGAVERSION), identifies -# current Mageia release. Last $(RELEASE) part identifies sequential release -# number of the package. +# Versioning scheme uses Xfce version $(XFCEVERSION) as base. 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. @@ -19,14 +18,14 @@ NAME = mageia-xfce-config # and so on. # # Examples of version numbers: -# * 4.100.1.0 (Initial Xfce 4.10 settings version) -# * 4.100.5.2 (Second release of Xfce 4.10 settings for Mageia 5) +# * 4.10.1.0 (Initial Xfce 4.10 settings version for Mageia 1) +# * 4.10.5.2 (Second new feature or bug fix release of Xfce 4.10 settings for Mageia 5) XFCEVERSION = 4.14 MGAVERSION = 8 RELEASE = 5 -VERSION = $(XFCEVERSION)0.$(MGAVERSION).$(RELEASE) +VERSION = $(XFCEVERSION).$(MGAVERSION).$(RELEASE) DESTDIR= prefix=/usr @@ -1,3 +1,5 @@ +- update versioning schema and remove extra '0' + Version 4.140.8.5 - 2020-12-06 - fix default file manager entry in helpers.rc (Thunar vs. thunar) |