Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
We are ready to release.
  • Loading branch information
plfiorini committed Jul 14, 2013
1 parent 518f878 commit a0a3db7
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 @@ -4,8 +4,8 @@ cmake_minimum_required(VERSION 2.8.7)

# Version
set(WALLPAPERS_VERSION_MAJOR 0)
set(WALLPAPERS_VERSION_MINOR 1)
set(WALLPAPERS_VERSION_PATCH 90)
set(WALLPAPERS_VERSION_MINOR 2)
set(WALLPAPERS_VERSION_PATCH 0)
set(WALLPAPERS_VERSION_STRING "${WALLPAPERS_VERSION_MAJOR}.${WALLPAPERS_VERSION_MINOR}.${WALLPAPERS_VERSION_PATCH}")

# Installation directories
Expand Down

0 comments on commit a0a3db7

Please sign in to comment.