mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Bumped version number to 1.0.0.beta1
This commit is contained in:
parent
0e2b58e9e8
commit
fd9afb873c
3 changed files with 8 additions and 5 deletions
|
@ -6,7 +6,7 @@ set (HAVE_CMAKE true)
|
||||||
project (timew)
|
project (timew)
|
||||||
include (CXXSniffer)
|
include (CXXSniffer)
|
||||||
|
|
||||||
set (PROJECT_VERSION "0.9.6.alpha")
|
set (PROJECT_VERSION "1.0.0.beta1")
|
||||||
|
|
||||||
message ("-- Looking for SHA1 references")
|
message ("-- Looking for SHA1 references")
|
||||||
if (EXISTS ${CMAKE_SOURCE_DIR}/.git/index)
|
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"
|
set (CPACK_SOURCE_IGNORE_FILES "CMakeCache" "CMakeFiles" "CPackConfig" "CPackSourceConfig"
|
||||||
"_CPack_Packages" "cmake_install" "install_manifest" "Makefile$"
|
"_CPack_Packages" "cmake_install" "install_manifest" "Makefile$"
|
||||||
"test" "package-config" "src/timew$" "src/libtimew.a"
|
"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$")
|
"/\\\\.gitignore" "/\\\\.git/" "swp$")
|
||||||
include (CPack)
|
include (CPack)
|
||||||
|
|
|
@ -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
|
- TI-9 Task spanning over whole day should show up as taking 24:00 instead
|
||||||
of 23:59
|
of 23:59
|
||||||
|
@ -39,7 +42,7 @@
|
||||||
- Added DOM support and a 'get' command.
|
- Added DOM support and a 'get' command.
|
||||||
- Added 'totals.py' sample extension.
|
- Added 'totals.py' sample extension.
|
||||||
|
|
||||||
------ current release ---------------------------
|
------ old release ---------------------------
|
||||||
|
|
||||||
0.9.5.alpha (2016-06-20) -
|
0.9.5.alpha (2016-06-20) -
|
||||||
|
|
||||||
|
|
|
@ -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
|
.SH NAME
|
||||||
timew \- A command line time tracker.
|
timew \- A command line time tracker.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue