diff options
author | John Wiegley <johnw@newartisans.com> | 2004-08-24 19:23:32 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2004-08-24 19:23:32 -0400 |
commit | 2943af2761e6ac5064db077046e230fa1c2b06dd (patch) | |
tree | 55cc5039d11ed77dc3bcf6c096735a99f282f4d2 /ledger.cc | |
parent | d4e39c488ddeabfc240e0f782b6d3263d7f400a0 (diff) | |
download | fork-ledger-2943af2761e6ac5064db077046e230fa1c2b06dd.tar.gz fork-ledger-2943af2761e6ac5064db077046e230fa1c2b06dd.tar.bz2 fork-ledger-2943af2761e6ac5064db077046e230fa1c2b06dd.zip |
misc maintenance changes
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 { |