We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9208837 commit bfeb2b9Copy full SHA for bfeb2b9
CHANGELOG.md
@@ -11,3 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
11
12
- Updated wsjcpp-core to v0.2.3 (Up C++ from 11 to 17)
13
- Change single name registartion to multiple names
14
+
15
+### Added
16
17
+- Added new defines with version WSJCPP_EMPLOYEES_VERSION_* for using in target project differences
src/wsjcpp_employees.h
@@ -7,6 +7,10 @@
7
#include <mutex>
8
#include <wsjcpp_core.h>
9
10
+#define WSJCPP_EMPLOYEES_VERSION_0_2_0
+#define WSJCPP_EMPLOYEES_VERSION_0_2
+#define WSJCPP_EMPLOYEES_VERSION_0
// ---------------------------------------------------------------------
// base employ class
0 commit comments