diff options
author | Stephane Glondu <steph@glondu.net> | 2012-08-20 18:33:26 +0200 |
---|---|---|
committer | Stephane Glondu <steph@glondu.net> | 2012-08-20 18:33:26 +0200 |
commit | 72959f444c4247c47f63b2499230cb79c208ce51 (patch) | |
tree | 0ec3f25d0bc02adbc265f74499c70b2fa27bd18f /debian/rules | |
parent | 65f39a78452feed5f4138ffd4846356b9bc57439 (diff) |
Update ABI
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index d885ece6..ad53d1f0 100755 --- a/debian/rules +++ b/debian/rules @@ -22,7 +22,7 @@ ADDPREF := COQINSTALLPREFIX=$(COQPREF) OLDROOT= PACKAGES := $(shell dh_listpackages) -COQ_VERSION := 8.4beta2 +COQ_VERSION := 8.4 COQ_ABI := $(COQ_VERSION)+$(OCAML_ABI) CONFIGUREOPTS := --arch Linux --prefix /usr --mandir /usr/share/man \ |