since we moved to git, I cleaned up the svn prop's from the sources and added a GIT_REVISION through git-revision.h

This commit is contained in:
2014-02-12 12:43:32 +01:00
parent 76f39229f4
commit bbb8550f96
254 changed files with 185 additions and 864 deletions

View File

@ -5,12 +5,10 @@
Author: Bastian M. Wojek / Andreas Suter
e-mail: andreas.suter@psi.ch
$Id$
***************************************************************************/
/***************************************************************************
* Copyright (C) 2009-2013 by Bastian M. Wojek / Andreas Suter *
* Copyright (C) 2009-2014 by Bastian M. Wojek / Andreas Suter *
* andreas.suter@psi.ch *
* *
* This program is free software; you can redistribute it and/or modify *
@ -38,6 +36,7 @@
#include "config.h"
#endif
#include "git-revision.h"
#include "PMsr2Data.h"
#include <algorithm>
@ -391,9 +390,9 @@ int main(int argc, char *argv[])
return 0;
} else if (!strcmp(argv[1], "--version")) {
#ifdef HAVE_CONFIG_H
cout << endl << "msr2data version: " << PACKAGE_VERSION << ", $Id$" << endl << endl;
cout << endl << "msr2data version: " << PACKAGE_VERSION << ", git-rev: " << GIT_REVISION << endl << endl;
#else
cout << endl << "msr2data version: $Id$" << endl << endl;
cout << endl << "msr2data git-rev: " << GIT_REVISION << endl << endl;
#endif
return 0;
} else {