version bump

This commit is contained in:
Barry Harris 2014-07-30 18:20:33 +00:00
parent f5ef37bbab
commit 0676616b39
2 changed files with 7 additions and 1 deletions

View File

@ -4,7 +4,7 @@
#define VER_MAJOR 0
#define VER_MINOR 2
#define VER_BETA 97
#define VER_ALPHA 31
#define VER_ALPHA 32
#define BURN_VERSION (VER_MAJOR * 0x100000) + (VER_MINOR * 0x010000) + (((VER_BETA / 10) * 0x001000) + ((VER_BETA % 10) * 0x000100)) + (((VER_ALPHA / 10) * 0x000010) + (VER_ALPHA % 10))

View File

@ -104,6 +104,12 @@
<p><a href="http://www.barryharris.me.uk">http://www.barryharris.me.uk</a><br />
<a href="http://neosource.1emu.net/forums">http://neosource.1emu.net/forums</a></p>
<h3>v0.2.97.32</h3>
<ul>
<li></li>
</ul>
<h3>v0.2.97.31</h3>
<ul>
<li>Added driver for Psychic 5 [Barry, iq_132]</li>