mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Bumped version number to 1.9.4.beta1
This commit is contained in:
parent
2ec296088a
commit
6c110a641d
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ include (CheckFunctionExists)
|
|||
set (HAVE_CMAKE true)
|
||||
|
||||
project (task)
|
||||
set (PROJECT_VERSION "1.9.4")
|
||||
set (PROJECT_VERSION "1.9.4.beta1")
|
||||
|
||||
message ("-- Looking for SHA1 references")
|
||||
if (EXISTS .git/index)
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ(2.61)
|
||||
AC_INIT(task, 1.9.4, support@taskwarrior.org)
|
||||
AC_INIT(task, 1.9.4.beta1, support@taskwarrior.org)
|
||||
|
||||
|
||||
# Source type.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue