From: trevor_hansen Date: Sun, 6 Sep 2009 15:53:00 +0000 (+0000) Subject: Adding SVN property to replace $Id$ with the version number X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=58c4b2bb29d18ac7b74b582425a4ca8b9bff91e6;p=francis%2Fstp.git Adding SVN property to replace $Id$ with the version number git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@191 e59a4935-1847-0410-ae03-e826735625c1 --- diff --git a/src/main/Globals.cpp b/src/main/Globals.cpp index 88b219f..6766a9b 100644 --- a/src/main/Globals.cpp +++ b/src/main/Globals.cpp @@ -67,7 +67,7 @@ namespace BEEV ASTVec _empty_ASTVec; //Some global vars for the Main function. - const std::string version = "$Id: main.cpp 174 2009-09-03 19:22:47Z vijay_ganesh $"; + const std::string version = "$Id$"; const char * prog = "stp"; int linenum = 1; const char * usage = "Usage: %s [-option] [infile]\n";