diff options
author | Hubert Chathi <hubert@uhoreg.ca> | 2018-10-12 16:15:16 -0400 |
---|---|---|
committer | Hubert Chathi <hubert@uhoreg.ca> | 2018-10-12 16:22:12 -0400 |
commit | 3da5b6082373514e828d4a943de6305eb34d446b (patch) | |
tree | a7d41073180e51253fe60a2d705c5e26062e298c /README.rst | |
parent | 4e94dfc7e057776b0d1aafbeb72c8dad7918d988 (diff) |
add pk files to cmake, avoid some duplication, and update documentation
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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. |