Skip to content

Commit

Permalink
v0.8.17
Browse files Browse the repository at this point in the history
  • Loading branch information
shinyquagsire23 committed Mar 26, 2023
1 parent 77be566 commit 226caa1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions packaging/flatpak/org.openjkdf2.OpenJKDF2.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
</content_rating>
<releases>
<!--NEXT_RELEASE_HERE-->
<release version="0.8.17" date="2023-03-26" />
<release version="0.8.16" date="2023-03-17">
<description>
<p>
Expand Down
6 changes: 3 additions & 3 deletions src/version.c
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#include "types.h"
#include "version.h"

const char* openjkdf2_aReleaseVersion = "v0.8.16";
const wchar_t* openjkdf2_waReleaseVersion = L"v0.8.16";
const char* openjkdf2_aReleaseVersion = "v0.8.17";
const wchar_t* openjkdf2_waReleaseVersion = L"v0.8.17";
const char* openjkdf2_aReleaseCommit = OPENJKDF2_RELEASE_COMMIT;
const wchar_t* openjkdf2_waReleaseCommit = OPENJKDF2_RELEASE_COMMIT_W;
const char* openjkdf2_aReleaseCommitShort = OPENJKDF2_RELEASE_COMMIT_SHORT;
const wchar_t* openjkdf2_waReleaseCommitShort = OPENJKDF2_RELEASE_COMMIT_SHORT_W;
const int openjkdf2_releaseVersionMajor = 0;
const int openjkdf2_releaseVersionMinor = 8;
const int openjkdf2_releaseVersionPatch = 16;
const int openjkdf2_releaseVersionPatch = 17;

0 comments on commit 226caa1

Please sign in to comment.