Skip to content

Commit

Permalink
micro-bump version to 0.9.9a/90901
Browse files Browse the repository at this point in the history
  • Loading branch information
vadosnaprimer committed Mar 25, 2019
1 parent 0523bce commit 8598aed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions desmume/src/version.cpp
Expand Up @@ -115,8 +115,8 @@
#define DESMUME_JIT ""
#endif

#define DESMUME_VERSION_NUMERIC 90900
#define DESMUME_VERSION_STRING " " "0.9.9" DESMUME_SUBVERSION_STRING DESMUME_FEATURE_STRING DESMUME_PLATFORM_STRING DESMUME_JIT DESMUME_CPUEXT_STRING
#define DESMUME_VERSION_NUMERIC 90901
#define DESMUME_VERSION_STRING " " "0.9.9a" DESMUME_SUBVERSION_STRING DESMUME_FEATURE_STRING DESMUME_PLATFORM_STRING DESMUME_JIT DESMUME_CPUEXT_STRING
#define DESMUME_NAME_AND_VERSION DESMUME_NAME DESMUME_VERSION_STRING

u32 EMU_DESMUME_VERSION_NUMERIC() { return DESMUME_VERSION_NUMERIC; }
Expand Down

0 comments on commit 8598aed

Please sign in to comment.