version bump
This commit is contained in:
parent
b3a9630471
commit
028d758f91
|
@ -4,7 +4,7 @@
|
|||
#define VER_MAJOR 0
|
||||
#define VER_MINOR 2
|
||||
#define VER_BETA 97
|
||||
#define VER_ALPHA 30
|
||||
#define VER_ALPHA 31
|
||||
|
||||
#define BURN_VERSION (VER_MAJOR * 0x100000) + (VER_MINOR * 0x010000) + (((VER_BETA / 10) * 0x001000) + ((VER_BETA % 10) * 0x000100)) + (((VER_ALPHA / 10) * 0x000010) + (VER_ALPHA % 10))
|
||||
|
||||
|
|
|
@ -104,6 +104,11 @@
|
|||
<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.31</h3>
|
||||
<ul>
|
||||
<li></li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h3>v0.2.97.30</h3>
|
||||
<ul>
|
||||
|
|
Loading…
Reference in New Issue