From f36f1861bcdf7044458376488a4aac3ed88ae901 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Sun, 15 Apr 2018 23:15:28 +0200 Subject: [PATCH] versioning --- Makefile | 3 ++- Yavsc.Abstract/Makefile | 1 - Yavsc.Server/Makefile | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 9980b650..0ac6eaed 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,12 @@ MAKE=make SUBDIRS=Yavsc.Abstract Yavsc.Server Yavsc +VERSION=1.0.5-rc10 all: $(SUBDIRS) $(SUBDIRS): - $(MAKE) -C $@ + $(MAKE) -C $@ VERSION=$(VERSION) deploy: $(MAKE) -C Yavsc.Abstract deploy diff --git a/Yavsc.Abstract/Makefile b/Yavsc.Abstract/Makefile index 9def6886..58b2f105 100644 --- a/Yavsc.Abstract/Makefile +++ b/Yavsc.Abstract/Makefile @@ -1,5 +1,4 @@ CONFIG=Release -VERSION=1.0.5-rc8 PRJNAME=Yavsc.Abstract PKGFILENAME=$(PRJNAME).$(VERSION).nupkg DESTPATH=. diff --git a/Yavsc.Server/Makefile b/Yavsc.Server/Makefile index 0ff1c212..939ee7d0 100644 --- a/Yavsc.Server/Makefile +++ b/Yavsc.Server/Makefile @@ -1,5 +1,4 @@ CONFIG=Release -VERSION=1.0.5-rc8 PRJNAME=Yavsc.Server PKGFILENAME=$(PRJNAME).$(VERSION).nupkg