Skip to content
Snippets Groups Projects

Release v0.2.0

Merged tusooa requested to merge release/v0.2.0 into servant
2 files
+ 9
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 2
2
@@ -8,8 +8,8 @@ else
CARGO_ARGS =
endif
VERSION = 0.1.0
SOVERSION = 1
VERSION = 0.2.0
SOVERSION = 2
TARGET_DIR = ../target/$(BUILD_TYPE)
CXXBRIDGE_DIR = $(TARGET_DIR)/../cxxbridge
Loading