Skip to content

Commit

Permalink
Updated RELEASE and version info for 1.99.2 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
richard42 committed Jan 7, 2010
1 parent ca2aa5f commit 04bd8cd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions RELEASE
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Mupen64Plus-Core Emulator Library RELEASE
-----------------------------------------

Mupen64Plus v1.99.2 - January 6, 2010
---------------------------------------
- doc: added tarball of emuwiki api documentation from 2010-01-06 for backup purposes
- clean-up: removed almost all of the ifdef WIN32 statements
- bugfix: stop spamming console with "Core: couldn't open memory pack file '...' for reading" messages
- bugfix: stop spamming console with "Core: couldn't open eeprom file '...' for reading" messages
- new feature: MSVC8 project file for mupen64plus-core, refactored code for VC8 compatibility
- Makefile improvements:
- throw error if OS/CPU not supported
- use DESTDIR in install/uninstall paths
- Allow user-specified CC/CXX/LD paths
- makefile needs to install Core header files so that plugins can be built later

Mupen64Plus v1.99.1 - December 14, 2009
---------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion src/main/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#define __VERSION_H__

#define MUPEN_CORE_NAME "Mupen64Plus Core"
#define MUPEN_CORE_VERSION 0x016301
#define MUPEN_CORE_VERSION 0x016302
#define MUPEN_API_VERSION 0x10000

#define MINIMUM_FRONTEND_API_VERSION 0x10000
Expand Down

0 comments on commit 04bd8cd

Please sign in to comment.