From f888f29ed5ed74767fa5121cc7934137fc4f087a Mon Sep 17 00:00:00 2001 From: Michael Willis Date: Wed, 19 Feb 2020 19:38:37 -0700 Subject: [PATCH] Version 3.0.0-RC1 --- common/DragonflyVersion.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/common/DragonflyVersion.h b/common/DragonflyVersion.h index ebf5e2f..11f124e 100644 --- a/common/DragonflyVersion.h +++ b/common/DragonflyVersion.h @@ -14,7 +14,7 @@ * For a full copy of the GNU General Public License see the LICENSE file. */ -#define MAJOR_VERSION 2 -#define MINOR_VERSION 9 -#define PATCH_VERSION 5 -#define VERSION_SUFFIX "-beta" +#define MAJOR_VERSION 3 +#define MINOR_VERSION 0 +#define PATCH_VERSION 0 +#define VERSION_SUFFIX "-RC1"