Skip to content

Commit

Permalink
Merge pull request #178 from jjerphan/build/update-version-to-1.2.0
Browse files Browse the repository at this point in the history
Update version number to 1.2.0
  • Loading branch information
danilak-G authored Apr 10, 2024
2 parents 23b3286 + ac6b63f commit 52820ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

cmake_minimum_required(VERSION 3.1)
project(Snappy VERSION 1.1.10 LANGUAGES C CXX)
project(Snappy VERSION 1.2.0 LANGUAGES C CXX)

# C++ standard can be overridden when this is used as a sub-project.
if(NOT CMAKE_CXX_STANDARD)
Expand Down

0 comments on commit 52820ea

Please sign in to comment.