Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
dcdb
dcdb
Commits
e9125426
Commit
e9125426
authored
Mar 04, 2019
by
Michael Ott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Lift version number to 0.3
parent
3a254dfd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
config.mk
config.mk
+1
-1
include/version.h
include/version.h
+1
-1
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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