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 66e0bda8..5747afc9 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 9210 2006-10-05 10:12:15Z barras $ i*) +(*i $Id$ i*) (** Library for manipulating integers based on binary encoding *) |