Skip to content

Commit

Permalink
Update version number to 0.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmc-88 committed Jan 14, 2017
1 parent 9dc5fca commit eb05f47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CPackConfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ set(CPACK_CMAKE_GENERATOR "Unix Makefiles")
set(CPACK_PACKAGE_NAME "tint3")
set(CPACK_PACKAGE_VENDOR "Daniele Cocca")
set(CPACK_PACKAGE_VERSION_MAJOR "0")
set(CPACK_PACKAGE_VERSION_MINOR "1")
set(CPACK_PACKAGE_VERSION_MINOR "2")
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
2 changes: 1 addition & 1 deletion src/version.hh.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef VERSION_HH
#define VERSION_HH

#define TINT3_RELEASE_VERSION "0.1.0"
#define TINT3_RELEASE_VERSION "0.2.0"
#define GIT_BRANCH "@GIT_BRANCH@"
#define GIT_COMMIT_HASH "@GIT_COMMIT_HASH@"

Expand Down

0 comments on commit eb05f47

Please sign in to comment.