Skip to content

Commit

Permalink
[cmake] Clarify that the version needs to be updated in the podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
alloy committed Jul 7, 2020
1 parent 74ecd2a commit 4220a56
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,10 @@ if (POLICY CMP0026)
cmake_policy(SET CMP0026 OLD)
endif()

# This must be consistent with the release_version in
# android/build.gradle and npm/package.json
# This must be consistent with the release_version in:
# - android/build.gradle
# - npm/package.json
# - hermes.podspec
project(Hermes
VERSION 0.5.0
LANGUAGES C CXX)
Expand Down

0 comments on commit 4220a56

Please sign in to comment.