Skip to content

Commit e7c0c06

Browse files
committed
Bumping version number before tagging
1 parent 4948add commit e7c0c06

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

include/platform.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ SOFTWARE.
2828
#define PLATFORM_HPP
2929

3030
#define HIPBONE_MAJOR_VERSION 1
31-
#define HIPBONE_MINOR_VERSION 0
31+
#define HIPBONE_MINOR_VERSION 1
3232
#define HIPBONE_PATCH_VERSION 0
33-
#define HIPBONE_VERSION 10000
34-
#define HIPBONE_VERSION_STR "1.0.0"
33+
#define HIPBONE_VERSION 10100
34+
#define HIPBONE_VERSION_STR "1.1.0"
3535

3636
#include "core.hpp"
3737
#include "memory.hpp"

0 commit comments

Comments
 (0)