yavsc/scripts/build/make/versioning.mk

10 lines
228 B
Makefile
Raw Normal View History

2018-05-04 10:45:45 +02:00
ifndef PRJNAME
2018-05-04 10:45:45 +02:00
PRJNAME := $(shell basename `pwd -P`)
endif
2018-05-04 10:45:45 +02:00
SOLUTIONDIR=$(HOME)/workspace/yavsc
rc_num := $(shell cat $(SOLUTIONDIR)/rc-num.txt)
MAKE=make
NUGETSOURCE=$(HOME)/Nupkgs
2019-03-17 17:53:25 +00:00
VERSION=1.0.6-rc$(rc_num)
2018-07-25 02:12:13 +02:00
CONFIGURATION=Debug