diff --git a/desmume/ChangeLog b/desmume/ChangeLog index 95ec2899d..2be671a21 100644 --- a/desmume/ChangeLog +++ b/desmume/ChangeLog @@ -1,4 +1,4 @@ -0.6.0 -> 0.X.X +0.6.0 -> 0.7.0 general: - Added support for *.duc files [cyberwarriorx] gpu: diff --git a/desmume/configure.ac b/desmume/configure.ac index e7751d833..a07e03243 100644 --- a/desmume/configure.ac +++ b/desmume/configure.ac @@ -1,7 +1,7 @@ dnl --- Package name is first argument to AC_INIT dnl --- Release version is second argument to AC_INIT -AC_INIT(desmume, [0.6.0]) +AC_INIT(desmume, [0.7.0]) AM_INIT_AUTOMAKE dnl -- find target architecture for some os specific libraries diff --git a/desmume/src/windows/DeSmuME.dev b/desmume/src/windows/DeSmuME.dev index a226219f1..744fad19e 100644 --- a/desmume/src/windows/DeSmuME.dev +++ b/desmume/src/windows/DeSmuME.dev @@ -10,7 +10,7 @@ Libs= PrivateResource=yopyop_private.rc ResourceIncludes= MakeIncludes= -Compiler=-DVERSION=\"0.7\" _@@_ +Compiler=-DVERSION=\"0.7.0\" _@@_ CppCompiler=_@@_ Linker=-ldxguid_@@_-ldxerr8_@@_-ldsound_@@_-lws2_32_@@_-lglu32_@@_-lopengl32_@@_ IsCpp=0