Skip to content

Commit 5934dfc

Browse files
committed
Release preparations
- Bumping version number and dates - Cleaning up documentation
1 parent 699242b commit 5934dfc

4 files changed

Lines changed: 3 additions & 15 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ include (CheckStructHasMember)
77
set (HAVE_CMAKE true)
88

99
project (tasksh)
10-
set (PROJECT_VERSION "1.0.0.beta1")
10+
set (PROJECT_VERSION "1.0.0")
1111

1212
if (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
1313
set (LINUX true)

NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Tasksh has been built and tested on the following configurations:
3333
* Debian
3434
* Arch Linux
3535
* FreeBSD
36-
* Cygwin 1.7
36+
* Cygwin
3737

3838
---
3939

README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
1-
# Disclaimer during ongoing development
2-
3-
The development branch is a work in progress and may not pass all quality tests,
4-
therefore it may harm your data. While we welcome bug reports from the
5-
development branch, we do not guarantee proper or timely fixes.
6-
7-
- Make proper backups.
8-
- Broken functionality may arise from ongoing development work.
9-
- Be aware that using the development branch involves risks.
10-
11-
---
12-
131
Thank you for taking a look at tasksh!!
142

153
---

doc/man/tasksh.1.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH tasksh 1 2014-09-05 "${PACKAGE_STRING}" "User Manuals"
1+
.TH tasksh 1 2014-12-21 "${PACKAGE_STRING}" "User Manuals"
22

33
.SH NAME
44
tasksh \- Interactive taskwarrior shell

0 commit comments

Comments
 (0)