-All references to version have been changed to 0.7.0
This commit is contained in:
parent
49f8ced0a3
commit
9bd8dcf8ef
|
@ -1,4 +1,4 @@
|
|||
0.6.0 -> 0.X.X
|
||||
0.6.0 -> 0.7.0
|
||||
general:
|
||||
- Added support for *.duc files [cyberwarriorx]
|
||||
gpu:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue