diff options
Diffstat (limited to 'entry')
-rw-r--r-- | entry/entry.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/entry/entry.c b/entry/entry.c index bbc70a7..7dc1e5a 100644 --- a/entry/entry.c +++ b/entry/entry.c @@ -431,7 +431,7 @@ void entry_setup(void) { class_setsavefn(entry_class,&entry_save); #endif - post("Text v0.1 Ben Bogart."); + post("Text v0.1 Ben Bogart.\nCVS: $Revision: 1.3 $ $Date: 2004-11-07 17:53:35 $"); } |