Skip to content

Commit

Permalink
version 2.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
zdzhaoyong committed Oct 15, 2018
1 parent 899a18a commit a27787d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GSLAM/core/GSLAM.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

#define GSLAM_VERSION_MAJOR 2
#define GSLAM_VERSION_MINOR 4
#define GSLAM_VERSION_PATCH 4
#define GSLAM_VERSION_PATCH 5
#define GSLAM_VERSION (GSLAM_VERSION_MAJOR<<6|GSLAM_VERSION_MINOR<<4|GSLAM_VERSION_PATCH)
#define GSLAM_COMMAND_STRHELPER(COMMAND) #COMMAND
#define GSLAM_COMMAND_STR(COMMAND) GSLAM_COMMAND_STRHELPER(COMMAND)
Expand Down

0 comments on commit a27787d

Please sign in to comment.