From 32e6ff23efce272c0fb9eee66772cb15b9521788 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jani=20V=C3=A4limaa?= Date: Tue, 12 Jan 2021 18:06:16 +0200 Subject: Update versioning schema and remove extra '0' --- Makefile | 13 ++++++------- NEWS | 2 ++ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index f515511..2d2d5b8 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/NEWS b/NEWS index 320d61e..0af1cae 100644 --- a/NEWS +++ b/NEWS @@ -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) -- cgit v1.2.1