mirror of
https://github.com/GothenburgBitFactory/taskshell.git
synced 2025-06-26 10:54:29 +02:00
Bumped release date in documentation
This commit is contained in:
parent
01f8158405
commit
464f5ae19f
3 changed files with 6 additions and 4 deletions
|
@ -74,6 +74,6 @@ set (CPACK_SOURCE_GENERATOR "TGZ")
|
||||||
set (CPACK_SOURCE_PACKAGE_FILE_NAME ${PACKAGE_NAME}-${PACKAGE_VERSION})
|
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" "misc/*" "src/tasksh$"
|
"test" "package-config" "misc/*" "src/tasksh$" "README.md"
|
||||||
"/\\\\.gitignore" "/\\\\.git/" "swp$")
|
"/\\\\.gitignore" "/\\\\.git/" "swp$")
|
||||||
include (CPack)
|
include (CPack)
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
1.1.0 () -
|
------ current release ---------------------------
|
||||||
|
|
||||||
|
1.1.0 (2016-09-06)
|
||||||
|
|
||||||
- TD-120 Missing cmakedefine for HAVE_GET_CURRENT_DIR_NAME
|
- TD-120 Missing cmakedefine for HAVE_GET_CURRENT_DIR_NAME
|
||||||
(Thanks to Jörg Krause, Ben Boeckel).
|
(Thanks to Jörg Krause, Ben Boeckel).
|
||||||
|
@ -16,7 +18,7 @@
|
||||||
review.
|
review.
|
||||||
- Integrated libshared.git.
|
- Integrated libshared.git.
|
||||||
|
|
||||||
------ current release ---------------------------
|
------ old releases ------------------------------
|
||||||
|
|
||||||
1.0.0 (2014-12-21) 5934dfcefac6d037a359bc733a8382e42e32552e
|
1.0.0 (2014-12-21) 5934dfcefac6d037a359bc733a8382e42e32552e
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH tasksh 1 2014-12-21 "${PACKAGE_STRING}" "User Manuals"
|
.TH tasksh 1 2016-09-06 "${PACKAGE_STRING}" "User Manuals"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
tasksh \- Interactive taskwarrior shell
|
tasksh \- Interactive taskwarrior shell
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue