From 08b07df6c0da272cb4c432c61684c4e6c652c5e8 Mon Sep 17 00:00:00 2001 From: Tim Burks Date: Sun, 28 Jul 2019 21:02:28 -0700 Subject: [PATCH] Update version to 2.3.0 --- objc/NuInternals.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/objc/NuInternals.h b/objc/NuInternals.h index 54a1634..688cfa8 100644 --- a/objc/NuInternals.h +++ b/objc/NuInternals.h @@ -8,14 +8,14 @@ #ifndef NuInternals_h #define NuInternals_h -#define NU_VERSION "2.2.2" +#define NU_VERSION "2.3.0" #define NU_VERSION_MAJOR 2 -#define NU_VERSION_MINOR 2 -#define NU_VERSION_TWEAK 2 -#define NU_RELEASE_DATE "2017-04-17" -#define NU_RELEASE_YEAR 2017 -#define NU_RELEASE_MONTH 04 -#define NU_RELEASE_DAY 17 +#define NU_VERSION_MINOR 3 +#define NU_VERSION_TWEAK 0 +#define NU_RELEASE_DATE "2019-07-28" +#define NU_RELEASE_YEAR 2019 +#define NU_RELEASE_MONTH 07 +#define NU_RELEASE_DAY 28 #import "Nu.h"