diff --git a/CMakeLists.txt b/CMakeLists.txt index 44d3d1fc..55c3bb26 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ set (HAVE_CMAKE true) project (timew) include (CXXSniffer) -set (PROJECT_VERSION "0.9.6.alpha") +set (PROJECT_VERSION "1.0.0.beta1") message ("-- Looking for SHA1 references") if (EXISTS ${CMAKE_SOURCE_DIR}/.git/index) @@ -60,6 +60,6 @@ set (CPACK_SOURCE_PACKAGE_FILE_NAME ${PACKAGE_NAME}-${PACKAGE_VERSION}) set (CPACK_SOURCE_IGNORE_FILES "CMakeCache" "CMakeFiles" "CPackConfig" "CPackSourceConfig" "_CPack_Packages" "cmake_install" "install_manifest" "Makefile$" "test" "package-config" "src/timew$" "src/libtimew.a" - "src/commands/libcommands.a" "src/lex$" + "src/commands/libcommands.a" "src/lex$" "src/liblibshared.a" "/\\\\.gitignore" "/\\\\.git/" "swp$") include (CPack) diff --git a/ChangeLog b/ChangeLog index e3e978ab..cb5af252 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,7 @@ -1.0.0 - + +------ current release --------------------------- + +1.0.0.beta1 (2016-07-26) - - TI-9 Task spanning over whole day should show up as taking 24:00 instead of 23:59 @@ -39,7 +42,7 @@ - Added DOM support and a 'get' command. - Added 'totals.py' sample extension. ------- current release --------------------------- +------ old release --------------------------- 0.9.5.alpha (2016-06-20) - diff --git a/doc/man/timew.1.in b/doc/man/timew.1.in index 7d57947d..bbfbf759 100644 --- a/doc/man/timew.1.in +++ b/doc/man/timew.1.in @@ -1,4 +1,4 @@ -.TH timew 1 2016-06-20 "${PACKAGE_STRING}" "User Manuals" +.TH timew 1 2016-07-26 "${PACKAGE_STRING}" "User Manuals" .SH NAME timew \- A command line time tracker.