Compile Help docs & webpages, Fix version string, fix up web pages for release. Update changelog to reflect release date + svn.
[[Split portion of a mixed commit.]]
This commit is contained in:
parent
487074a6b5
commit
9cc28a4ebd
|
@ -1,3 +1,6 @@
|
|||
---r1977 - FCEUX 2.1.4 Released---
|
||||
---May 31 2010---
|
||||
|
||||
29-may-2010 - Cah4e3 - Added zapper autodetection for Gotcha!
|
||||
28-may-2010 - adelikat - Added lua function movie.getfilename() which returns the current movie filename without the path included
|
||||
27-may-2010 - ugetab - Win32 - Debugger - Made debugger able to break on and distinguish Stack reads/writes
|
||||
|
|
Binary file not shown.
|
@ -58,8 +58,8 @@
|
|||
#define FCEU_COMPILER_DETAIL ""
|
||||
#endif
|
||||
|
||||
#define FCEU_VERSION_NUMERIC 21030
|
||||
#define FCEU_VERSION_STRING "2.1.4" FCEU_SUBVERSION_STRING FCEU_FEATURE_STRING FCEU_COMPILER
|
||||
#define FCEU_VERSION_NUMERIC 21040
|
||||
#define FCEU_VERSION_STRING "2.1.4"/* FCEU_SUBVERSION_STRING FCEU_FEATURE_STRING FCEU_COMPILER*/
|
||||
#define FCEU_NAME_AND_VERSION FCEU_NAME " " FCEU_VERSION_STRING
|
||||
|
||||
#endif
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue