Skip to content

Commit

Permalink
Update version string - v2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ic-scm committed Jan 19, 2024
1 parent cf5051b commit cca0f4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/brstm.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

//Bool endian: 0 = little endian, 1 = big endian

const char* BRSTM_version_str = "v2.8.0-dev";
const char* BRSTM_version_str = "v2.8.1";
const char* brstm_getVersionString() {return BRSTM_version_str;}

//Format information
Expand Down

0 comments on commit cca0f4f

Please sign in to comment.