diff options
author | redpony <redpony@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-06-29 17:42:00 +0000 |
---|---|---|
committer | redpony <redpony@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-06-29 17:42:00 +0000 |
commit | d1d6d8c4df64117f0a05bc186cfa293ccf30882e (patch) | |
tree | b74c14a31689fef29e4c721983c52377b4da0168 /gi/pyp-topics | |
parent | 9f34a708e6eb14362788199fdb736aae557aca38 (diff) |
test rev string
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@60 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'gi/pyp-topics')
-rw-r--r-- | gi/pyp-topics/src/train.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gi/pyp-topics/src/train.cc b/gi/pyp-topics/src/train.cc index 759bea1d..f7b01af0 100644 --- a/gi/pyp-topics/src/train.cc +++ b/gi/pyp-topics/src/train.cc @@ -14,7 +14,7 @@ #include "gzstream.hh" #include "mt19937ar.h" -static const char *REVISION = "$Revision: 0.1 $"; +static const char *REVISION = "$Rev$"; // Namespaces using namespace boost; |