diff --git a/CMakeLists.txt b/CMakeLists.txt index 76381b2..8e680fe 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/NEWS b/NEWS index 1d5336b..f06e5ae 100644 --- a/NEWS +++ b/NEWS @@ -33,7 +33,7 @@ Tasksh has been built and tested on the following configurations: * Debian * Arch Linux * FreeBSD - * Cygwin 1.7 + * Cygwin --- diff --git a/README.md b/README.md index c484eed..68880e9 100644 --- a/README.md +++ b/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!! --- diff --git a/doc/man/tasksh.1.in b/doc/man/tasksh.1.in index b3e62af..f4d710b 100644 --- a/doc/man/tasksh.1.in +++ b/doc/man/tasksh.1.in @@ -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