Skip to content

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: Evan Nemerson <[email protected]>
  • Loading branch information
nemequ committed Mar 30, 2015
1 parent d6cd9d8 commit 18cf8ca
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required (VERSION 2.8.7)
set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake)

project (Squash)
project (squash)
enable_testing ()

include (GNUInstallDirs)
Expand All @@ -13,9 +13,9 @@ set (PACKAGE_NAME Squash)
set (SQUASH_TOP_SRCDIR "${PROJECT_SOURCE_DIR}")

set (SQUASH_VERSION_MAJOR 0)
set (SQUASH_VERSION_MINOR 0)
set (SQUASH_VERSION_REVISION 1)
set (SQUASH_VERSION_API "0.1")
set (SQUASH_VERSION_MINOR 5)
set (SQUASH_VERSION_REVISION 0)
set (SQUASH_VERSION_API "0.5")
set (PACKAGE_VERSION ${SQUASH_VERSION_MAJOR}.${SQUASH_VERSION_MINOR}.${SQUASH_VERSION_REVISION})

set(CPACK_PACKAGE_VERSION_MAJOR ${SQUASH_VERSION_MAJOR})
Expand Down
4 changes: 4 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Squash 0.5.0
============

* Initial release.

0 comments on commit 18cf8ca

Please sign in to comment.