Skip to content

Commit

Permalink
Clean up after cherry pick.
Browse files Browse the repository at this point in the history
  • Loading branch information
neolithos committed May 19, 2015
1 parent d4188ed commit 4d45ef5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions NeoLua.Test/Complex.cs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public void StringFormat01()

using (Lua l = new Lua())
{
l.PrintExpressionTree =Console.Out;
l.PrintExpressionTree = true;
var g = l.CreateEnvironment();

g.SetMemberValue("values", values);
Expand All @@ -105,7 +105,7 @@ public void NumberToString01()

using (Lua l = new Lua())
{
l.PrintExpressionTree = Console.Out;
l.PrintExpressionTree = true;
var g = l.CreateEnvironment();

g.SetMemberValue("values", values);
Expand Down
2 changes: 1 addition & 1 deletion NeoLua/Properties/AssemblyInfoGlobal.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
[assembly: AssemblyTrademark("")]

[assembly: AssemblyVersion("5.3.0.0")]
[assembly: AssemblyFileVersion("0.9.16.0")]
[assembly: AssemblyFileVersion("0.9.17.0")]

0 comments on commit 4d45ef5

Please sign in to comment.