mirror of
https://github.com/GothenburgBitFactory/taskshell.git
synced 2025-06-26 10:54:29 +02:00
Release preparations
- Bumping version number and dates - Cleaning up documentation
This commit is contained in:
parent
699242b08e
commit
5934dfcefa
4 changed files with 3 additions and 15 deletions
|
@ -7,7 +7,7 @@ include (CheckStructHasMember)
|
|||
set (HAVE_CMAKE true)
|
||||
|
||||
project (tasksh)
|
||||
set (PROJECT_VERSION "1.0.0.beta1")
|
||||
set (PROJECT_VERSION "1.0.0")
|
||||
|
||||
if (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
|
||||
set (LINUX true)
|
||||
|
|
2
NEWS
2
NEWS
|
@ -33,7 +33,7 @@ Tasksh has been built and tested on the following configurations:
|
|||
* Debian
|
||||
* Arch Linux
|
||||
* FreeBSD
|
||||
* Cygwin 1.7
|
||||
* Cygwin
|
||||
|
||||
---
|
||||
|
||||
|
|
12
README.md
12
README.md
|
@ -1,15 +1,3 @@
|
|||
# Disclaimer during ongoing development
|
||||
|
||||
The development branch is a work in progress and may not pass all quality tests,
|
||||
therefore it may harm your data. While we welcome bug reports from the
|
||||
development branch, we do not guarantee proper or timely fixes.
|
||||
|
||||
- Make proper backups.
|
||||
- Broken functionality may arise from ongoing development work.
|
||||
- Be aware that using the development branch involves risks.
|
||||
|
||||
---
|
||||
|
||||
Thank you for taking a look at tasksh!!
|
||||
|
||||
---
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH tasksh 1 2014-09-05 "${PACKAGE_STRING}" "User Manuals"
|
||||
.TH tasksh 1 2014-12-21 "${PACKAGE_STRING}" "User Manuals"
|
||||
|
||||
.SH NAME
|
||||
tasksh \- Interactive taskwarrior shell
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue