web: fix version number reported by --version
This commit is contained in:
parent
1a5ebab34b
commit
e846e8bb54
@ -71,7 +71,7 @@ flag library-only
|
||||
Default: False
|
||||
|
||||
library
|
||||
cpp-options: -DVERSION="0.22.1"
|
||||
cpp-options: -DVERSION="0.22.3"
|
||||
if flag(dev) || flag(library-only)
|
||||
cpp-options: -DDEVELOPMENT
|
||||
|
||||
@ -162,7 +162,7 @@ executable hledger-web
|
||||
if flag(library-only)
|
||||
Buildable: False
|
||||
|
||||
cpp-options: -DVERSION="0.22.1"
|
||||
cpp-options: -DVERSION="0.22.3"
|
||||
if flag(dev)
|
||||
cpp-options: -DDEVELOPMENT
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user