summaryrefslogtreecommitdiff
path: root/doc/version.texi.in
diff options
context:
space:
mode:
authorAlexis Hildebrandt <afh@surryhill.net>2015-01-20 11:02:56 +0100
committerAlexis Hildebrandt <afh@surryhill.net>2015-01-20 11:02:56 +0100
commit97ee2d23d05e2827c56d67bb978493bb0fa5dc87 (patch)
treebf6c866bf1df4ad7e4d78fda7c1aa2892966857d /doc/version.texi.in
parentaf7e7cdd8f35b9c1b2a428ff8c6686e5b36a213a (diff)
downloadfork-ledger-97ee2d23d05e2827c56d67bb978493bb0fa5dc87.tar.gz
fork-ledger-97ee2d23d05e2827c56d67bb978493bb0fa5dc87.tar.bz2
fork-ledger-97ee2d23d05e2827c56d67bb978493bb0fa5dc87.zip
[doc] Use Ledger_VERSION_* make variables for version
[ci skip]
Diffstat (limited to 'doc/version.texi.in')
-rw-r--r--doc/version.texi.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/version.texi.in b/doc/version.texi.in
new file mode 100644
index 00000000..c477db70
--- /dev/null
+++ b/doc/version.texi.in
@@ -0,0 +1,8 @@
+@set Ledger_VERSION_MAJOR @Ledger_VERSION_MAJOR@
+@set Ledger_VERSION_MINOR @Ledger_VERSION_MINOR@
+@set Ledger_VERSION_PATCH @Ledger_VERSION_PATCH@
+@set Ledger_VERSION_PRERELEASE @Ledger_VERSION_PRERELEASE@
+@set Ledger_VERSION_DATE @Ledger_VERSION_DATE@
+
+@set VERSION @value{Ledger_VERSION_MAJOR}.@value{Ledger_VERSION_MINOR}.@value{Ledger_VERSION_PATCH}@value{Ledger_VERSION_PRERELEASE}
+