Skip to content

Commit

Permalink
libg19: switch to integer based version checking
Browse files Browse the repository at this point in the history
  • Loading branch information
jgeboski committed Dec 20, 2014
1 parent a9f8e7a commit 2093c01
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions libg19/libg19.h
Expand Up @@ -26,11 +26,8 @@ extern "C"
{
#endif

#define LIBG19_VERSION_MAJOR 1
#define LIBG19_VERSION_MINOR 1
#define LIBG19_VERSION_MICRO 0

#define LIBG19_VERSION "1.1.0"
#define LIBG19_VERCODE(m1, m2, m3) (((m1) << 16) | ((m2) << 8) | (m3))
#define LIBG19_VERSION LIBG19_VERCODE(1, 1, 1)

#define G19_BMP_SIZE 154112
#define G19_BMP_DSIZE 153600
Expand Down

0 comments on commit 2093c01

Please sign in to comment.