summaryrefslogtreecommitdiff
path: root/ledger.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ledger.cc')
-rw-r--r--ledger.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/ledger.cc b/ledger.cc
index a5b0f51a..91b1985c 100644
--- a/ledger.cc
+++ b/ledger.cc
@@ -1,12 +1,13 @@
#include "ledger.h"
#include "valexpr.h"
#include "datetime.h"
+#include "acconf.h"
#include <fstream>
namespace ledger {
-const std::string version = "2.0b";
+const std::string version = PACKAGE_VERSION;
bool transaction_t::valid() const
{