diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 7d88be2e5..90e2b66c3 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -6,6 +6,7 @@ * fixed bug where aac files with id3v2 tags were not getting parsed correctly * fixed a bug where we may incorrectly use the track's filename/uri instead of title field during indexing. +* fixed 64-bit RPM architecture value (was `amd64`, but should be `x86_64`) -------------------------------------------------------------------------------- diff --git a/src/musikcore/sdk/version.h b/src/musikcore/sdk/version.h index b0f40e73c..be36dd068 100644 --- a/src/musikcore/sdk/version.h +++ b/src/musikcore/sdk/version.h @@ -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 "#c58c4c5f" -#define MUSIKCUBE_VERSION_WITH_COMMIT_HASH "3.0.2-#c58c4c5f" +#define MUSIKCUBE_VERSION_COMMIT_HASH "#eafe29e94" +#define MUSIKCUBE_VERSION_WITH_COMMIT_HASH "3.0.2-#eafe29e94" namespace musik { namespace cube {