Skip to content

Commit

Permalink
CMakeLists.txt: increment VERSION and SOVERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Jan 14, 2021
1 parent be41751 commit cebbbdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -5,10 +5,10 @@
cmake_minimum_required(VERSION 2.8.4)

project(SDL_sound)
set(SDLSOUND_VERSION 1.9.0)
set(SDLSOUND_VERSION 2.0.0)

# Increment this if/when we break backwards compatibility.
set(SDLSOUND_SOVERSION 1)
set(SDLSOUND_SOVERSION 2)

# I hate that they define "WIN32" ... we're about to move to Win64...I hope!
if(WIN32 AND NOT WINDOWS)
Expand Down

0 comments on commit cebbbdf

Please sign in to comment.