Skip to content

Commit 030aa47

Browse files
committed
Manual version number update.
1 parent d448bac commit 030aa47

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

objc/NuInternals.h

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
#ifndef NuInternals_h
99
#define NuInternals_h
1010

11-
#define NU_VERSION "2.0.1"
11+
#define NU_VERSION "2.2.2"
1212
#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
13+
#define NU_VERSION_MINOR 2
14+
#define NU_VERSION_TWEAK 2
15+
#define NU_RELEASE_DATE "2017-04-17"
16+
#define NU_RELEASE_YEAR 2017
17+
#define NU_RELEASE_MONTH 04
18+
#define NU_RELEASE_DAY 17
1919

2020
#import "Nu.h"
2121

0 commit comments

Comments
 (0)