Skip to content

Commit

Permalink
Merge pull request #26 from muesli/master
Browse files Browse the repository at this point in the history
Bumped version to 1.0.9.
  • Loading branch information
ben-xo committed Oct 1, 2014
2 parents 6b494a6 + 5f4289e commit e4952ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules)

# general settings
set(LASTFM_SOVERSION 1)
set(LASTFM_VERSION "0x00010007")
set(LASTFM_VERSION "0x00010009")

set(LASTFM_MAJOR_VERSION "1")
set(LASTFM_MINOR_VERSION "0")
set(LASTFM_PATCH_VERSION "8")
set(LASTFM_PATCH_VERSION "9")
set(LASTFM_VERSION_STRING "${LASTFM_MAJOR_VERSION}.${LASTFM_MINOR_VERSION}.${LASTFM_PATCH_VERSION}")

# options
Expand Down

0 comments on commit e4952ff

Please sign in to comment.