Skip to content

Commit 2ed581c

Browse files
committed
Incremented version.
1 parent 1761d46 commit 2ed581c

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ execute_process(
3535
COMMAND git rev-parse --short HEAD
3636
OUTPUT_VARIABLE PROJECT_GITHASH
3737
OUTPUT_STRIP_TRAILING_WHITESPACE)
38-
set(PROJECT_VERSION "0.6.0")
38+
set(PROJECT_VERSION "0.6.1")
3939

4040
# Global CMake options
4141
set(CMAKE_INCLUDE_CURRENT_DIR ON)

HISTORY.rst

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
1-
v0.6.0 (dev)
2-
------------
3-
- Updated peak factors
4-
- Changed UI for motion specification
1+
v0.6.1 (2018-10-20)
2+
-------------------
3+
- Fixed bug in WT18 peak factor calculation
4+
5+
v0.6.0 (2018-10-20)
6+
-------------------
7+
- Change peak factor model to Wang & Rathje (2018), which based on Vanmarcke
8+
(1976) with Boore and Thompson (2015) RMS duration modification
9+
- Changed to CMake build system
10+
- Unified GUI for RVT input motion specification
511

612
v0.5.10 (2018-06-25)
713
--------------------

0 commit comments

Comments
 (0)