Skip to content

Commit

Permalink
version bump because last tag was 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Umgak committed Oct 24, 2022
1 parent 44daddd commit f7bbebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#define MAKE_STR(a_str) MAKE_STR_HELPER(a_str)

#define ALD_VERSION_MAJOR 1
#define ALD_VERSION_MINOR 1
#define ALD_VERSION_MINOR 2
#define ALD_VERSION_PATCH 0
#define ALD_VERSION_BETA 0
#define ALD_VERSION_VERSTRING MAKE_STR(ALD_VERSION_MAJOR) "." MAKE_STR(ALD_VERSION_MINOR) "." MAKE_STR(ALD_VERSION_PATCH) "." MAKE_STR(ALD_VERSION_BETA)
Expand Down

0 comments on commit f7bbebb

Please sign in to comment.