Skip to content

Commit dc56d48

Browse files
author
Joe Hamman
authored
Feature/rc1 (#543)
* release date update for VIC 5.0.0 rc1 * uncrustify
1 parent 0bc7119 commit dc56d48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/Development/ReleaseNotes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ For VIC 5 and later, type `vic _{classic,image}.exe -v`
1717

1818
## VIC 5.0.0 (Release Candidate 1)
1919

20-
**Release date: June 17, 2016**
20+
**Release date: June 28, 2016**
2121

2222
This is a major update from VIC 4. The VIC 5.0.0 release aims to have nearly identical physics as VIC 4.2 while providing a clean, refactored code base supporting multiple drivers. There are a number of new features, bug fixes, and backward incompatible changes. See the VIC Github page for more details on the changes included in this release.
2323

vic/drivers/shared_all/include/vic_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
#define STR(x) STR_HELPER(x)
3232

3333
#ifndef VERSION
34-
#define VERSION "5.0.0 Release Candidate 1: June 17, 2016"
34+
#define VERSION "5.0.0 Release Candidate 1: June 28, 2016"
3535
#endif
3636

3737
#ifndef SHORT_VERSION

0 commit comments

Comments
 (0)