summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
-rw-r--r--ReleaseNotes.txt4
2 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 542b49bf..995a9297 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -108,7 +108,7 @@ endif()
set(LIBICAL_LIB_MAJOR_VERSION "3")
set(LIBICAL_LIB_MINOR_VERSION "0")
-set(LIBICAL_LIB_PATCH_VERSION "10")
+set(LIBICAL_LIB_PATCH_VERSION "11")
set(LIBICAL_LIB_VERSION_STRING
"${LIBICAL_LIB_MAJOR_VERSION}.${LIBICAL_LIB_MINOR_VERSION}.${LIBICAL_LIB_PATCH_VERSION}"
)
diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt
index 5928b187..d99ebba4 100644
--- a/ReleaseNotes.txt
+++ b/ReleaseNotes.txt
@@ -1,6 +1,10 @@
Release Highlights
==================
+Version 3.0.11 (UNRELEASED):
+----------------------------
+ *
+
Version 3.0.10 (17 April 2021):
-------------------------------
* Fix building -DSTATIC_ONLY=True with Ninja