aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorHubert Chathi <hubert@uhoreg.ca>2018-10-22 11:32:33 -0400
committerGitHub <noreply@github.com>2018-10-22 11:32:33 -0400
commit1aafac2874affafd8c8fc7e3022c6ca6d2d078d6 (patch)
tree60d1d3f8e44d8c0672ad81a9afbb9bc0b27e3966 /README.rst
parent2784e495957ee96c7ce2e44eea77e02085868680 (diff)
parent46f80e71be37b8f98ed03dd8a7fae72b5887a3b4 (diff)
Merge pull request #67 from matrix-org/cmake
CMake support
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 5a5413e..98346af 100644
--- a/README.rst
+++ b/README.rst
@@ -58,9 +58,10 @@ To build olm as a static library (which still needs libstdc++ dynamically) run:
Release process
---------------
-First: bump version numbers in ``common.mk``, ``javascript/package.json``,
-``OLMKit.podspec``, and ``android/olm-sdk/build.gradle`` (``versionCode``,
-``versionName`` and ``version``).
+First: bump version numbers in ``common.mk``, ``CMakeLists.txt``,
+``javascript/package.json``, ``OLMKit.podspec``, and
+``android/olm-sdk/build.gradle`` (``versionCode``, ``versionName`` and
+``version``).
Also, ensure the changelog is up to date, and that everyting is committed to
git.