Skip to content

Commit

Permalink
Add some DLLs and increment the VersionInfo.cs file
Browse files Browse the repository at this point in the history
  • Loading branch information
hegyak committed Nov 29, 2014
1 parent 49ffbce commit c8edac2
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions VersionInfo.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
static class VersionInfo
{
public const string MAINVERSION = "1.9.0";
public static string RELEASEDATE = "November 23, 2014";
public const string MAINVERSION = "1.9.1";
public static string RELEASEDATE = "November 28, 2014";
public static bool DeveloperBuild = false;

public static string GetEmuVersion()
Expand Down
Binary file added output/dll/GongShell.dll
Binary file not shown.
Binary file added output/dll/Ionic.Zip.dll
Binary file not shown.
Binary file added output/dll/LuaInterface.dll
Binary file not shown.
Binary file added output/dll/lua51.dll
Binary file not shown.

0 comments on commit c8edac2

Please sign in to comment.