From 58c4b2bb29d18ac7b74b582425a4ca8b9bff91e6 Mon Sep 17 00:00:00 2001 From: trevor_hansen Date: Sun, 6 Sep 2009 15:53:00 +0000 Subject: [PATCH] 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 --- src/main/Globals.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- 2.47.3