Update of /cvsroot/aaron/aaron/src/main
In directory usw-pr-cvs1:/tmp/cvs-serv28640
Modified Files:
aaron.rb
Log Message:
Trying to get the Revision RCS tag to work
Index: aaron.rb
===================================================================
RCS file: /cvsroot/aaron/aaron/src/main/aaron.rb,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** aaron.rb 2001/07/05 21:34:20 1.3
--- aaron.rb 2001/07/05 21:51:53 1.4
***************
*** 215,223 ****
=begin
=VERSION
! $Revision 1.0 $
=end
# This should pull the sticky tag, but the file's revision will work for now
def printVersion()
! version = "$Revision 1.0 $"
version = version.scan(/\$\s*Revision\s*(.*?)\s*\$/)
printf("%s Ver: %s\n", $0, version)
--- 215,223 ----
=begin
=VERSION
! $Revision$
=end
# This should pull the sticky tag, but the file's revision will work for now
def printVersion()
! version = "$Revision$"
version = version.scan(/\$\s*Revision\s*(.*?)\s*\$/)
printf("%s Ver: %s\n", $0, version)
|