Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
dcdb
dcdb
Commits
bb76c3ef
Commit
bb76c3ef
authored
Jan 31, 2020
by
Michael Ott
Browse files
Bump version to 0.4
parent
4befe824
Changes
2
Hide whitespace changes
Inline
Side-by-side
common/include/version.h
View file @
bb76c3ef
...
...
@@ -46,7 +46,7 @@
#define VERSION_H
#ifndef VERSION
#define VERSION "0.
3
"
#define VERSION "0.
4
"
#endif
#endif
/* version_h */
config.mk
View file @
bb76c3ef
...
...
@@ -8,7 +8,7 @@ PLUGINS = sysfs ipmi pdu bacnet snmp procfs tester gpfsmon msr
# data analytics plugins to be built
OPERATORS
=
aggregator smoothing regressor clustering job_aggregator testeroperator filesink smucngperf persystsql
DEFAULT_VERSION
=
0.
3
DEFAULT_VERSION
=
0.
4
GIT_VERSION
=
$(
shell
git describe
--tags
2>/dev/null|sed
's/-\([0-9]*\)/.\1/'
)
VERSION
:=
$(
if
$(GIT_VERSION)
,
$(GIT_VERSION)
,
$(DEFAULT_VERSION)
)
...
...
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