-Changed version to 0.7.1
This commit is contained in:
parent
da925562ee
commit
6121773678
|
@ -1,4 +1,4 @@
|
||||||
0.7.0 -> 0.X.X
|
0.7.0 -> 0.7.1
|
||||||
general:
|
general:
|
||||||
- Added GDB debugger stub [masscat]
|
- Added GDB debugger stub [masscat]
|
||||||
- Added new/different GBAMP CFlash image reader/writer [masscat]
|
- Added new/different GBAMP CFlash image reader/writer [masscat]
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
dnl --- Package name is first argument to AC_INIT
|
dnl --- Package name is first argument to AC_INIT
|
||||||
dnl --- Release version is second argument to AC_INIT
|
dnl --- Release version is second argument to AC_INIT
|
||||||
|
|
||||||
AC_INIT(desmume, [0.7.0])
|
AC_INIT(desmume, [0.7.1])
|
||||||
AM_INIT_AUTOMAKE
|
AM_INIT_AUTOMAKE
|
||||||
|
|
||||||
dnl -- find target architecture for some os specific libraries
|
dnl -- find target architecture for some os specific libraries
|
||||||
|
|
|
@ -10,7 +10,7 @@ Libs=
|
||||||
PrivateResource=yopyop_private.rc
|
PrivateResource=yopyop_private.rc
|
||||||
ResourceIncludes=
|
ResourceIncludes=
|
||||||
MakeIncludes=
|
MakeIncludes=
|
||||||
Compiler=-DVERSION=\"0.7.0\" _@@_
|
Compiler=-DVERSION=\"0.7.1\" _@@_
|
||||||
CppCompiler=_@@_
|
CppCompiler=_@@_
|
||||||
Linker=-ldxguid_@@_-ldxerr8_@@_-ldsound_@@_-lws2_32_@@_-lglu32_@@_-lopengl32_@@_
|
Linker=-ldxguid_@@_-ldxerr8_@@_-ldsound_@@_-lws2_32_@@_-lglu32_@@_-lopengl32_@@_
|
||||||
IsCpp=0
|
IsCpp=0
|
||||||
|
|
Loading…
Reference in New Issue