version
This commit is contained in:
parent
1b7e165060
commit
fcee1d6a2d
3 changed files with 3 additions and 3 deletions
|
|
@ -1 +0,0 @@
|
||||||
04
|
|
||||||
|
|
@ -3,8 +3,8 @@ ifndef PRJNAME
|
||||||
PRJNAME := $(shell basename `pwd -P`)
|
PRJNAME := $(shell basename `pwd -P`)
|
||||||
endif
|
endif
|
||||||
SOLUTIONDIR=$(HOME)/workspace/yavsc
|
SOLUTIONDIR=$(HOME)/workspace/yavsc
|
||||||
rc_num := $(shell cat $(SOLUTIONDIR)/rc-num.txt)
|
version := $(shell cat $(SOLUTIONDIR)/version.txt)
|
||||||
MAKE=make
|
MAKE=make
|
||||||
NUGETSOURCE=$(HOME)/Nupkgs
|
NUGETSOURCE=$(HOME)/Nupkgs
|
||||||
VERSION=1.0.6-rc$(rc_num)
|
VERSION=$(version)
|
||||||
CONFIGURATION=Debug
|
CONFIGURATION=Debug
|
||||||
|
|
|
||||||
1
version.txt
Normal file
1
version.txt
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
1.0.6-rc04
|
||||||
Loading…
Add table
Add a link
Reference in a new issue