We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d448bac commit 030aa47Copy full SHA for 030aa47
objc/NuInternals.h
@@ -8,14 +8,14 @@
8
#ifndef NuInternals_h
9
#define NuInternals_h
10
11
-#define NU_VERSION "2.0.1"
+#define NU_VERSION "2.2.2"
12
#define NU_VERSION_MAJOR 2
13
-#define NU_VERSION_MINOR 0
14
-#define NU_VERSION_TWEAK 1
15
-#define NU_RELEASE_DATE "2011-09-02"
16
-#define NU_RELEASE_YEAR 2011
17
-#define NU_RELEASE_MONTH 09
18
-#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
19
20
#import "Nu.h"
21
0 commit comments