Skip to content

Commit

Permalink
[ver] update version number to v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kawakami-k committed Sep 10, 2023
1 parent 7874a17 commit 79ad96c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xbyak_aarch64/xbyak_aarch64_version.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
static const int majorVersion = 1;
static const int minorVersion = 1;
static const int patchVersion = 1;
static const int patchVersion = 2;
static int getVersion() { return (majorVersion << 16) + (minorVersion << 8) + patchVersion; }
static const char *getVersionString() { return "1.1.1"; }
static const char *getVersionString() { return "1.1.2"; }

0 comments on commit 79ad96c

Please sign in to comment.