mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Bumping version number to beta2
This commit is contained in:
parent
9325098b5c
commit
1cb1ceae08
12 changed files with 8 additions and 7 deletions
|
@ -7,7 +7,7 @@ include (CheckStructHasMember)
|
|||
set (HAVE_CMAKE true)
|
||||
|
||||
project (task)
|
||||
set (PROJECT_VERSION "2.4.0.beta1")
|
||||
set (PROJECT_VERSION "2.4.0.beta2")
|
||||
|
||||
if (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
|
||||
set (LINUX true)
|
||||
|
@ -171,7 +171,7 @@ set (CPACK_SOURCE_GENERATOR "TGZ")
|
|||
set (CPACK_SOURCE_PACKAGE_FILE_NAME ${PACKAGE_NAME}-${PACKAGE_VERSION})
|
||||
set (CPACK_SOURCE_IGNORE_FILES "CMakeCache" "CMakeFiles" "CPackConfig" "CPackSourceConfig"
|
||||
"_CPack_Packages" "cmake_install" "install_manifest" "Makefile$"
|
||||
"test" "package-config" "misc/*" "src/task$" "src/libtask.a"
|
||||
"src/columns/libcolumns.a" "src/commands/libcommands.a"
|
||||
"test" "package-config" "misc/*" "src/task$" "src/calc$" "performance"
|
||||
"src/libtask.a" "src/columns/libcolumns.a" "src/commands/libcommands.a"
|
||||
"/\\.gitignore" "/\\.git/" "swp$")
|
||||
include (CPack)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH task-color 5 2014-01-15 "${PACKAGE_STRING}" "User Manuals"
|
||||
.TH task-color 5 2014-10-11 "${PACKAGE_STRING}" "User Manuals"
|
||||
|
||||
.SH NAME
|
||||
task-color \- A color tutorial for the taskwarrior command line todo manager.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH task-sync 5 2014-01-15 "${PACKAGE_STRING}" "User Manuals"
|
||||
.TH task-sync 5 2014-10-11 "${PACKAGE_STRING}" "User Manuals"
|
||||
|
||||
.SH NAME
|
||||
task-sync \- A discussion and tutorial for the various task(1) data
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH task 1 2014-01-15 "${PACKAGE_STRING}" "User Manuals"
|
||||
.TH task 1 2014-10-11 "${PACKAGE_STRING}" "User Manuals"
|
||||
|
||||
.SH NAME
|
||||
task \- A command line todo manager.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH taskrc 5 2014-01-15 "${PACKAGE_STRING}" "User Manuals"
|
||||
.TH taskrc 5 2014-10-11 "${PACKAGE_STRING}" "User Manuals"
|
||||
|
||||
.SH NAME
|
||||
taskrc \- Configuration file for the task(1) command
|
||||
|
|
Binary file not shown.
|
@ -5,5 +5,6 @@
|
|||
<string>Template: BlankLandscape (2013-12-16 11:35)</string>
|
||||
<string>M5.1-1769-1</string>
|
||||
<string>M5.2-1860-1</string>
|
||||
<string>M5.2.2-1877-1</string>
|
||||
</array>
|
||||
</plist>
|
||||
|
|
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Binary file not shown.
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Binary file not shown.
Before Width: | Height: | Size: 156 KiB After Width: | Height: | Size: 156 KiB |
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue