Automatic version numbering
This commit is contained in:
parent
bce0cda879
commit
b155689e3b
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ OUT = DDV_Controller
|
||||||
INCLUDES =
|
INCLUDES =
|
||||||
DEBUG = 4
|
DEBUG = 4
|
||||||
OPTIMIZE = -g
|
OPTIMIZE = -g
|
||||||
VERSION = 0.5
|
VERSION = `git describe --tags`
|
||||||
COMPILED_USERNAME = testuser
|
COMPILED_USERNAME = testuser
|
||||||
COMPILED_PASSWORD = 179ad45c6ce2cb97cf1029e212046e81
|
COMPILED_PASSWORD = 179ad45c6ce2cb97cf1029e212046e81
|
||||||
#COMPILED_PASSWORD = testpass
|
#COMPILED_PASSWORD = testpass
|
||||||
|
|
Loading…
Add table
Reference in a new issue