Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
9.2.2023: Due to updates GitLab will be unavailable for some minutes between 9:00 and 11:00.
Open sidebar
dcdb
dcdb
Commits
e9125426
Commit
e9125426
authored
Mar 04, 2019
by
Michael Ott
Browse files
Lift version number to 0.3
parent
3a254dfd
Changes
2
Hide whitespace changes
Inline
Side-by-side
config.mk
View file @
e9125426
...
...
@@ -2,6 +2,6 @@ DCDBBASEPATH ?= $(realpath $(dir $(lastword $(MAKEFILE_LIST)))/..)
DCDBDEPSPATH
?=
$(DCDBBASEPATH)
/deps
DCDBDEPLOYPATH
?=
$(DCDBBASEPATH)
/install
DEFAULT_VERSION
=
0.
2
DEFAULT_VERSION
=
0.
3
GIT_VERSION
=
$(
shell
git describe
--tags
2>/dev/null|sed
's/-\([0-9]*\)/.\1/'
)
VERSION
:=
$(
if
$(GIT_VERSION)
,
$(GIT_VERSION)
,
$(DEFAULT_VERSION)
)
include/version.h
View file @
e9125426
...
...
@@ -10,7 +10,7 @@
#define VERSION_H
#ifndef VERSION
#define VERSION "0.
2
"
#define VERSION "0.
3
"
#endif
#endif
/* version_h */
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment