Skip to content

Commit

Permalink
Set the package release number to v0.1.0.
Browse files Browse the repository at this point in the history
Follow the guidelines from http://semver.org, in preparation for a tagged
release of the project.
  • Loading branch information
jmc-88 committed Dec 30, 2016
1 parent f90aec1 commit 19f816d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CPackConfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ set(CPACK_CMAKE_GENERATOR "Unix Makefiles")
# Basic information
set(CPACK_PACKAGE_NAME "tint3")
set(CPACK_PACKAGE_VENDOR "Daniele Cocca")
set(CPACK_PACKAGE_VERSION_MAJOR "1")
set(CPACK_PACKAGE_VERSION_MINOR "0")
set(CPACK_PACKAGE_VERSION_MAJOR "0")
set(CPACK_PACKAGE_VERSION_MINOR "1")
set(CPACK_PACKAGE_VERSION_PATCH "0")
set(CPACK_PACKAGE_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}")
set(CPACK_PACKAGE_DESCRIPTION "A lightweight X11 panel, taskbar and system tray. A backwards-compatible fork and C++ rewrite of tint2.")
Expand Down

0 comments on commit 19f816d

Please sign in to comment.