]> git.unchartedbackwaters.co.uk Git - francis/stp.git/commitdiff
Adding SVN property to replace $Id$ with the version number
authortrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Sun, 6 Sep 2009 15:53:00 +0000 (15:53 +0000)
committertrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Sun, 6 Sep 2009 15:53:00 +0000 (15:53 +0000)
git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@191 e59a4935-1847-0410-ae03-e826735625c1

src/main/Globals.cpp

index 88b219ffd0f9710440822d6895829c36a80c75e1..6766a9ba86ddb3b0836d5096f6665b71eabfee9d 100644 (file)
@@ -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";