Skip to content

Commit

Permalink
CMakeLists.txt,ReleaseNotes.txt - prep for 3.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
winterz committed Nov 19, 2017
1 parent 2f5f575 commit c1258e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -94,7 +94,7 @@ endif()

set(LIBICAL_LIB_MAJOR_VERSION "3")
set(LIBICAL_LIB_MINOR_VERSION "0")
set(LIBICAL_LIB_PATCH_VERSION "0")
set(LIBICAL_LIB_PATCH_VERSION "1")
set(LIBICAL_LIB_VERSION_STRING
"${LIBICAL_LIB_MAJOR_VERSION}.${LIBICAL_LIB_MINOR_VERSION}.${LIBICAL_LIB_PATCH_VERSION}"
)
Expand Down
1 change: 1 addition & 0 deletions ReleaseNotes.txt
Expand Up @@ -5,6 +5,7 @@ Version 3.0.1:
--------------
* Built-in timezones updated to tzdata2017c
* Fix a multi-threaded deadlock in icaltimezone_load_builtin_timezone()
* Fix a CMake problem with parallel builds

Version 3.0.0:
--------------
Expand Down

0 comments on commit c1258e3

Please sign in to comment.