Skip to content

Commit

Permalink
Version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dfeneyrou committed Aug 16, 2021
1 parent 9383248 commit fc53a64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions c++/palanteer.h
Original file line number Diff line number Diff line change
Expand Up @@ -1297,8 +1297,8 @@ class plCliIo {
#if USE_PL==1 || PL_EXPORT==1

// Library version
#define PALANTEER_VERSION "0.3.dev2"
#define PALANTEER_VERSION_NUM 202 // Monotonic number. 100 per version component. Official release are multiples of 100
#define PALANTEER_VERSION "0.3"
#define PALANTEER_VERSION_NUM 300 // Monotonic number. 100 per version component. Official release are multiples of 100

// Client-Server protocol version
#define PALANTEER_CLIENT_PROTOCOL_VERSION 1
Expand Down

0 comments on commit fc53a64

Please sign in to comment.