diff options
author | Stephane Glondu <steph@glondu.net> | 2013-05-08 17:49:57 +0200 |
---|---|---|
committer | Stephane Glondu <steph@glondu.net> | 2013-05-08 17:49:57 +0200 |
commit | 0b14713e3efd7f8f1cc8a06555d0ec8fbe496130 (patch) | |
tree | 155a647abf0179677cc141353fbbff3fb16f4455 /debian | |
parent | 5f7828e08f3583244ce7f1aa06af76caae69eb27 (diff) |
Update ABI
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 29dfdc5c..4a033c89 100755 --- a/debian/rules +++ b/debian/rules @@ -22,7 +22,7 @@ ADDPREF := COQINSTALLPREFIX=$(COQPREF) OLDROOT= PACKAGES := $(shell dh_listpackages) -COQ_VERSION := 8.4pl1 +COQ_VERSION := 8.4pl2 COQ_ABI := $(COQ_VERSION)+$(OCAML_ABI) CONFIGUREOPTS := --arch Linux --prefix /usr --mandir /usr/share/man \ |