Skip to content

Commit bfeb2b9

Browse files
committed
Added new defines with version WSJCPP_EMPLOYEES_VERSION_* for using in target project differences
1 parent 9208837 commit bfeb2b9

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1111

1212
- Updated wsjcpp-core to v0.2.3 (Up C++ from 11 to 17)
1313
- 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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
#include <mutex>
88
#include <wsjcpp_core.h>
99

10+
#define WSJCPP_EMPLOYEES_VERSION_0_2_0
11+
#define WSJCPP_EMPLOYEES_VERSION_0_2
12+
#define WSJCPP_EMPLOYEES_VERSION_0
13+
1014
// ---------------------------------------------------------------------
1115
// base employ class
1216

0 commit comments

Comments
 (0)