File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ To check which release of VIC you are running:
1616------------------------------
1717## VIC 5.0.1
1818
19- ** Release date: (Unreleased )**
19+ ** Release date: (February 1, 2017 )**
2020
2121#### Bug Fixes:
2222
Original file line number Diff line number Diff line change 2525
2626MAJOR = 5
2727MINOR = 0
28- MICRO = 0
28+ MICRO = 1
2929ISRELEASED = True
3030VERSION = '%d.%d.%d' % (MAJOR , MINOR , MICRO )
3131QUALIFIER = ''
Original file line number Diff line number Diff line change 3131#define STR (x ) STR_HELPER(x)
3232
3333#ifndef VERSION
34- #define VERSION "5.0.0 September 2, 2016 "
34+ #define VERSION "5.0.1 February 1, 2017 "
3535#endif
3636
3737#ifndef SHORT_VERSION
38- #define SHORT_VERSION "5.0.0 "
38+ #define SHORT_VERSION "5.0.1 "
3939#endif
4040
4141#ifndef GIT_VERSION
You can’t perform that action at this time.
0 commit comments