File tree 3 files changed +12
-5
lines changed
3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,14 @@ To check which release of VIC you are running:
15
15
16
16
------------------------------
17
17
18
- ## VIC 5.0.0 [ ![ DOI] ( https://zenodo.org/badge/7766/UW-Hydro/VIC.svg )] ( https://zenodo.org/badge/latestdoi/7766/UW-Hydro/VIC )
18
+ ## VIC 5.0.1
19
+
20
+ ** Release date: (Unreleased)**
21
+
22
+
23
+ ------------------------------
24
+
25
+ ## VIC 5.0.0 [ ![ DOI] ( https://zenodo.org/badge/doi/10.5281/zenodo.61422.svg )] ( http://dx.doi.org/10.5281/zenodo.61422 )
19
26
20
27
** Release date: (September 2, 2016)**
21
28
Original file line number Diff line number Diff line change 25
25
26
26
MAJOR = 5
27
27
MINOR = 0
28
- MICRO = 0
28
+ MICRO = 1
29
29
ISRELEASED = True
30
30
VERSION = '%d.%d.%d' % (MAJOR , MINOR , MICRO )
31
- QUALIFIER = ''
31
+ QUALIFIER = '(unreleased) '
32
32
33
33
FULLVERSION = VERSION
34
34
write_version = False
Original file line number Diff line number Diff line change 31
31
#define STR (x ) STR_HELPER(x)
32
32
33
33
#ifndef VERSION
34
- #define VERSION "5.0.0 September 2, 2016 "
34
+ #define VERSION "5.0.1 (Unreleased) "
35
35
#endif
36
36
37
37
#ifndef SHORT_VERSION
38
- #define SHORT_VERSION "5.0.0 "
38
+ #define SHORT_VERSION "5.0.1 "
39
39
#endif
40
40
41
41
#ifndef GIT_VERSION
You can’t perform that action at this time.
0 commit comments