diff options
author | Stephane Glondu <steph@glondu.net> | 2011-12-25 13:42:53 +0100 |
---|---|---|
committer | Stephane Glondu <steph@glondu.net> | 2011-12-25 13:42:53 +0100 |
commit | e655543207d470014e5173f41549e76cfa9fb6b9 (patch) | |
tree | abc039fe909b2fd8fdf2d31dc88ba6305d1b1916 | |
parent | d05285e249c459599094e911faf86710510d319e (diff) |
Bump COQ_VERSION
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index f34c0ae2..a364ad70 100755 --- a/debian/rules +++ b/debian/rules @@ -22,7 +22,7 @@ ADDPREF := COQINSTALLPREFIX=$(COQPREF) OLDROOT= PACKAGES := $(shell dh_listpackages) -COQ_VERSION := 8.3pl2 +COQ_VERSION := 8.3pl3 COQ_ABI := $(COQ_VERSION)+$(OCAML_ABI) CONFIGUREOPTS := --arch Linux --prefix /usr --mandir /usr/share/man \ |