From 030aa4749ea64c63f2728980cc3845506bcd2f48 Mon Sep 17 00:00:00 2001 From: Tim Burks Date: Mon, 17 Apr 2017 07:50:18 -0700 Subject: [PATCH] Manual version number update. --- objc/NuInternals.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/objc/NuInternals.h b/objc/NuInternals.h index 40aa552..54a1634 100644 --- a/objc/NuInternals.h +++ b/objc/NuInternals.h @@ -8,14 +8,14 @@ #ifndef NuInternals_h #define NuInternals_h -#define NU_VERSION "2.0.1" +#define NU_VERSION "2.2.2" #define NU_VERSION_MAJOR 2 -#define NU_VERSION_MINOR 0 -#define NU_VERSION_TWEAK 1 -#define NU_RELEASE_DATE "2011-09-02" -#define NU_RELEASE_YEAR 2011 -#define NU_RELEASE_MONTH 09 -#define NU_RELEASE_DAY 02 +#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 #import "Nu.h"