aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@lri.fr>2021-07-07 14:32:37 +0200
committerChantal Keller <Chantal.Keller@lri.fr>2021-07-07 14:32:37 +0200
commit0a0dc47da1916c2a850610cfb80ba04c17e64549 (patch)
tree022eaa0105a039341d09ec8b8ec530cc64c935f4 /src/Makefile
parentfd20ab4585d6e445cd9998ca33e70eb046613be1 (diff)
parentfa531ff0ef33557d38584f03126caea9507a5a67 (diff)
downloadsmtcoq-0a0dc47da1916c2a850610cfb80ba04c17e64549.tar.gz
smtcoq-0a0dc47da1916c2a850610cfb80ba04c17e64549.zip
Merge remote-tracking branch 'remotes/origin/coq-8.11' into coq-8.12
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile
index dfcbd38..5653389 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -7,7 +7,7 @@
## # GNU Lesser General Public License Version 2.1 ##
## # (see LICENSE file for the text of the license) ##
##########################################################################
-## GNUMakefile for Coq 8.12.1
+## GNUMakefile for Coq 8.12.2
# For debugging purposes (must stay here, don't move below)
INITIAL_VARS := $(.VARIABLES)
@@ -203,7 +203,7 @@ COQDOCLIBS?=$(COQLIBS_NOML)
# The version of Coq being run and the version of coq_makefile that
# generated this makefile
COQ_VERSION:=$(shell $(COQC) --print-version | cut -d " " -f 1)
-COQMAKEFILE_VERSION:=8.12.1
+COQMAKEFILE_VERSION:=8.12.2
COQSRCLIBS?= $(foreach d,$(COQ_SRC_SUBDIRS), -I "$(COQLIB)/$(d)")