Update commit hash.

This commit is contained in:
casey langen 2023-09-10 13:33:41 -07:00
parent a46813db3d
commit dc6e779e9f
2 changed files with 3 additions and 2 deletions

View File

@ -14,6 +14,7 @@
* re-wrote raspberry-pi/arm cross-compiling functionality to be more generic and
use more well-maintained toolkits.
* added `armv6` builds for Raspberry Pi Zero (and other similar devices)
* added `x86` Linux builds
--------------------------------------------------------------------------------

View File

@ -40,8 +40,8 @@
#define MUSIKCUBE_VERSION_MINOR 0
#define MUSIKCUBE_VERSION_PATCH 2
#define MUSIKCUBE_VERSION "3.0.2"
#define MUSIKCUBE_VERSION_COMMIT_HASH "#7191e5ad"
#define MUSIKCUBE_VERSION_WITH_COMMIT_HASH "3.0.2-#7191e5ad"
#define MUSIKCUBE_VERSION_COMMIT_HASH "#a46813db3"
#define MUSIKCUBE_VERSION_WITH_COMMIT_HASH "3.0.2-#a46813db3"
namespace musik {
namespace cube {