Bumped version to 1.00
This commit is contained in:
parent
8a806347ed
commit
156f954709
2 changed files with 3 additions and 3 deletions
|
|
@ -23,8 +23,8 @@
|
|||
#ifndef VERSION_H
|
||||
#define VERSION_H
|
||||
|
||||
#define VERSION_MAJOR 00
|
||||
#define VERSION_MINOR 44
|
||||
#define VERSION_MAJOR 01
|
||||
#define VERSION_MINOR 00
|
||||
|
||||
#define STRINGIFY(number) #number
|
||||
#define VERSION_STRING(major, minor) STRINGIFY(major) "." STRINGIFY(minor)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue