Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
plfiorini committed Jul 20, 2014
1 parent bfa0935 commit 20f7fcf
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 @@ -10,8 +10,8 @@ set(CMAKE_AUTOMOC ON)

# Set version
set(LIBHAWAII_VERSION_MAJOR 0)
set(LIBHAWAII_VERSION_MINOR 2)
set(LIBHAWAII_VERSION_PATCH 90)
set(LIBHAWAII_VERSION_MINOR 3)
set(LIBHAWAII_VERSION_PATCH 0)
set(LIBHAWAII_VERSION_STRING "${LIBHAWAII_VERSION_MAJOR}.${LIBHAWAII_VERSION_MINOR}.${LIBHAWAII_VERSION_PATCH}")

# Installation directories
Expand Down

0 comments on commit 20f7fcf

Please sign in to comment.