diff options
Diffstat (limited to 'ledger.cc')
-rw-r--r-- | ledger.cc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 { |