-Updating the version for the next release
-Updated changelog to some degree. Everyone needs to be updating their stuff.
This commit is contained in:
parent
926a08a0aa
commit
d7aaa33821
|
@ -1,6 +1,14 @@
|
|||
0.7.1 -> ?????
|
||||
0.7.1 -> 0.7.2
|
||||
spu:
|
||||
- big endian fixes. [cyberwarriorx]
|
||||
gpu:
|
||||
- big endian fixes. [marcus_c]
|
||||
gtk-glade:
|
||||
- opengl improvements. [masscat]
|
||||
general:
|
||||
- Added support for setting NDS firmware language value. [masscat]
|
||||
- Function added for setting firmware language. [masscat]
|
||||
- Mac/msys compilation fixes. [cyberwarriorx]
|
||||
|
||||
0.7.0 -> 0.7.1
|
||||
general:
|
||||
|
|
|
@ -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.7.1])
|
||||
AC_INIT(desmume, [0.7.2])
|
||||
|
||||
dnl -- find target architecture for some os specific libraries
|
||||
AC_CANONICAL_TARGET
|
||||
|
|
Loading…
Reference in New Issue