Sha256: 9afbf4e62ac76ea23fdda4af109bf305bfbe6c2dc885285d393d67fad9076f71

Contents?: true

Size: 639 Bytes

Versions: 1

Compression:

Stored size: 639 Bytes

Contents

#!/usr/bin/perl
#
#  Main authors:
#     Christian Schulte <schulte@gecode.org>
#
#  Copyright:
#     Christian Schulte, 2005
#
#  Last modified:
#     $Date: 2005-07-17 15:55:06 +0200 (Sun, 17 Jul 2005) $ by $Author: schulte $
#     $Revision: 1953 $
#
#  This file is part of Gecode, the generic constraint
#  development environment:
#     http://www.gecode.org
#
#  See the file "LICENSE" for information on usage and
#  redistribution of this file, and for a
#     DISCLAIMER OF ALL WARRANTIES.
#
#

# 
# Print revision of file
#

while ($l = <>) {
  if ($l =~ /Revision: ([0-9\.]*) /) {
    print "Revision: $1\n";
    exit 0;
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gecoder-with-gecode-0.7.1 ext/gecode-1.3.1/misc/getrevision.perl