From ac418df84c36030b24556c7fcd4cead144680741 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Fri, 12 Oct 2018 14:25:44 +0200 Subject: [PATCH] New release --- Makefile | 3 +-- RELEASE | 2 +- VERSION | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 89c4a1e..27b2c9c 100644 --- a/Makefile +++ b/Makefile @@ -8,8 +8,7 @@ YEAR = $(shell date +%Y ) package: - if [ ! -e oss-pkg-$(PACKAGE).spec ]; then cp ../template/package.spec oss-pkg-$(PACKAGE).spec; fi - sed -i s/VERSION/$(VERSION)/g oss-pkg-$(PACKAGE).spec + sed s/VERSION/$(VERSION)/g oss-pkg-$(PACKAGE).spec.in > oss-pkg-$(PACKAGE).spec sed -i s/RELEASE/$(NRELEASE)/g oss-pkg-$(PACKAGE).spec sed -i s/PACKAGE/$(PACKAGE)/g oss-pkg-$(PACKAGE).spec sed -i s/YEAR/$(YEAR)/g oss-pkg-$(PACKAGE).spec diff --git a/RELEASE b/RELEASE index c227083..d00491f 100644 --- a/RELEASE +++ b/RELEASE @@ -1 +1 @@ -0 \ No newline at end of file +1 diff --git a/VERSION b/VERSION index 056436d..9a83513 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -VERSION THIS MUST BE ADAPTED \ No newline at end of file +1.2.22 -- 2.43.0