Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
dcdb
dcdb
Commits
48d7c43a
Commit
48d7c43a
authored
Jan 08, 2019
by
Michael Ott
Browse files
Lift version number to 0.2
parent
a2f972b8
Changes
2
Show whitespace changes
Inline
Side-by-side
Makefile
View file @
48d7c43a
...
...
@@ -13,7 +13,7 @@ DISTFILES_HASHES = bacnet-stack-$(BACNET-STACK_VERSION).tgz|66b69111d91432fa67a7
include
$(DCDBCOREPATH)/common.mk
VERSION
=
$(
shell
git describe
--
tags
|sed
's/-\([0-9]*\)/.\1/'
)
VERSION
=
$(
shell
git describe
--
long
|sed
's/-\([0-9]*\)/.\1/'
)
CXXFLAGS
=
-std
=
c++11
-DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG
-DBOOST_NETWORK_ENABLE_HTTPS
-O2
-g
-Wall
-Wno-unused-function
-Wno-deprecated-declarations
-Wno-unused-variable
-DBOOST_LOG_DYN_LINK
-I
$(DCDBBASEPATH)
/dcdb/include
-I
$(DCDBDEPLOYPATH)
/include
-I
$(DCDBDEPSPATH)
/cpp-netlib-0.12.0-final/deps/asio/asio/include
-DVERSION
=
\"
$(VERSION)
\"
LIBS
=
-L
../deps/mosquitto_build/lib
-L
$(DCDBDEPLOYPATH)
/lib/
-ldl
-lmosquitto
-lboost_system
-lboost_thread
-lboost_log_setup
-lboost_log
-lboost_regex
-lpthread
-lcrypto
-lssl
-lcppnetlib-server-parsers
-lcppnetlib-uri
-rdynamic
...
...
src/version.h
View file @
48d7c43a
...
...
@@ -10,7 +10,7 @@
#define VERSION_H
#ifndef VERSION
#define VERSION "0.
1
"
#define VERSION "0.
2
"
#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