Pull all the code for defining and printing the version of executables to one place.

This commit is contained in:
alerner
2010-05-28 12:08:36 -04:00
parent 59240440a8
commit 1798ea2d85
14 changed files with 124 additions and 71 deletions

View File

@@ -31,6 +31,7 @@ jmp_buf jbuf;
#include "../db/cmdline.h"
#include "utils.h"
#include "../util/password.h"
#include "../util/version.h"
using namespace std;
using namespace boost::filesystem;