diff --git a/ChaosMod/Info.h b/ChaosMod/Info.h index d7829b98b..584419b6b 100644 --- a/ChaosMod/Info.h +++ b/ChaosMod/Info.h @@ -1 +1 @@ -#define MOD_VERSION "2.0-devel" +#define MOD_VERSION "2.0" diff --git a/ConfigApp/Info.cs b/ConfigApp/Info.cs index 9e35cfeed..ef04546d3 100644 --- a/ConfigApp/Info.cs +++ b/ConfigApp/Info.cs @@ -2,6 +2,6 @@ { public static class Info { - public static string VERSION = "2.0-devel"; + public static string VERSION = "2.0"; } }