Skip to content

Commit

Permalink
add security level to version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jblomer committed Sep 30, 2013
1 parent 8ac056b commit 4e98109
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config.mk
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
VERSION = $(shell cat release).$(shell cat buildno)
SECURITY_LEVEL = 0
VERSION = $(shell cat release).$(shell cat buildno).$(SECURITY_LEVEL)

0 comments on commit 4e98109

Please sign in to comment.