From 6c5cdfc26c26e2d66d745ac09685b3b8d2e35e3a Mon Sep 17 00:00:00 2001 From: pongo1231 Date: Wed, 20 Sep 2023 21:05:47 +0000 Subject: [PATCH] Bump version to 2.0 --- ChaosMod/Info.h | 2 +- ConfigApp/Info.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"; } }