diff options
Diffstat (limited to 'theories/ZArith/ZArith.v')
-rw-r--r-- | theories/ZArith/ZArith.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/ZArith/ZArith.v b/theories/ZArith/ZArith.v index 7e361621..45749fa3 100644 --- a/theories/ZArith/ZArith.v +++ b/theories/ZArith/ZArith.v @@ -6,7 +6,7 @@ (* * GNU Lesser General Public License Version 2.1 *) (************************************************************************) -(*i $Id: ZArith.v,v 1.5.2.2 2004/08/03 17:56:30 herbelin Exp $ i*) +(*i $Id: ZArith.v 6013 2004-08-03 17:56:19Z herbelin $ i*) (** Library for manipulating integers based on binary encoding *) |