Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

Commit

Permalink
Version number and release date for 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
recollir committed Jan 15, 2014
1 parent 93b9a33 commit 3a2142f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ The development of Taskserver was made possible by the significant contributions
of the following people:

Paul Beckingham (Principal Author)
Federico Hernandez (Package Maintainer & Contributing Author)
Federico Hernandez (Principal Author)
Dirk Deimeke (Technical Advisor & Evangelist)

The following submitted code, packages or analysis, and deserve special thanks:
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include (CheckStructHasMember)
set (HAVE_CMAKE true)

project (taskd)
set (PROJECT_VERSION "1.0.0.beta2")
set (PROJECT_VERSION "1.0.0")

if (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
set (LINUX true)
Expand Down
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1.0.0 ()
1.0.0 (2014-01-15)

Bugs
- #1408 Denial of Service Vulnerability in taskd (thanks to Yves Agostini).
Expand Down
2 changes: 1 addition & 1 deletion doc/man/taskd.1.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH taskd 1 2013-09-08 "${PACKAGE_STRING}" "User Manuals"
.TH taskd 1 2014-01-15 "${PACKAGE_STRING}" "User Manuals"

.SH NAME
taskd \- Taskserver
Expand Down
2 changes: 1 addition & 1 deletion doc/man/taskdrc.5.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH taskd 5 2013-09-08 "${PACKAGE_STRING}" "User Manuals"
.TH taskd 5 2014-01-15 "${PACKAGE_STRING}" "User Manuals"

.SH NAME
taskdrc \- Configuration file for the taskd(1) server
Expand Down

0 comments on commit 3a2142f

Please sign in to comment.