diff --git a/ChaosMod/Info.h b/ChaosMod/Info.h index 584419b6b..f5d98446f 100644 --- a/ChaosMod/Info.h +++ b/ChaosMod/Info.h @@ -1 +1,3 @@ -#define MOD_VERSION "2.0" +#pragma once + +#define MOD_VERSION "2.1-devel" \ No newline at end of file diff --git a/ConfigApp/Info.cs b/ConfigApp/Info.cs index ef04546d3..24d6f2ff4 100644 --- a/ConfigApp/Info.cs +++ b/ConfigApp/Info.cs @@ -2,6 +2,6 @@ { public static class Info { - public static string VERSION = "2.0"; + public static string VERSION = "2.1-devel"; } }