From cbb301fc0611ede59b840472c3238c4f06a01a0a Mon Sep 17 00:00:00 2001 From: UnknownShadow200 Date: Sat, 4 Apr 2015 13:53:44 +1100 Subject: [PATCH] Release 0.5 --- Utils/Utils.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utils/Utils.cs b/Utils/Utils.cs index 3de4cbc87..a6e5c471c 100644 --- a/Utils/Utils.cs +++ b/Utils/Utils.cs @@ -19,7 +19,7 @@ namespace ClassicalSharp { public static class Utils { - public static string AppName = "ClassicalSharp 0.4"; + public static string AppName = "ClassicalSharp 0.5"; public static int NextPowerOf2( int value ) { int next = 1;