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