This website requires JavaScript.
Explore
Help
Register
Sign In
ShuriZma
/
BizHawk
mirror of
https://github.com/TASEmulators/BizHawk.git
Watch
1
Star
0
Fork
You've already forked BizHawk
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
f7138e6514
BizHawk
/
VersionInfo.cs
5 lines
77 B
C#
Raw
Normal View
History
Unescape
Escape
add VersionInfo.cs. ignore VersionInfo, i'm not through with it yet.
2012-11-02 05:33:33 +00:00
static
class
VersionInfo
{
update version number, this marks the end commit after the release of 1.5.0 and the start of the next release
2013-08-23 00:33:00 +00:00
public
const
string
MAINVERSION
=
"1.5.0"
;
add VersionInfo.cs. ignore VersionInfo, i'm not through with it yet.
2012-11-02 05:33:33 +00:00
}