Skip to content

Commit fb01c45

Browse files
author
Diana Gergel
authored
Merge pull request #675 from yixinmao/5.0.1_release
Update version strings etc. for release 5.0.1
2 parents 6cadf4f + f57cbef commit fb01c45

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/Development/ReleaseNotes.md

+1-1
Original file line numberDiff line numberDiff 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

vic/drivers/python/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
MAJOR = 5
2727
MINOR = 0
28-
MICRO = 0
28+
MICRO = 1
2929
ISRELEASED = True
3030
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
3131
QUALIFIER = ''

vic/drivers/shared_all/include/vic_version.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@
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

0 commit comments

Comments
 (0)