Skip to content

Commit

Permalink
Change version to 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed May 12, 2024
1 parent 838b622 commit 561a453
Show file tree
Hide file tree
Showing 18 changed files with 23 additions and 23 deletions.
4 changes: 2 additions & 2 deletions Agda.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: Agda
version: 2.6.5
version: 2.7.0
build-type: Custom
license: MIT
license-file: LICENSE
Expand Down Expand Up @@ -158,7 +158,7 @@ source-repository head
source-repository this
type: git
location: https://github.com/agda/agda.git
tag: v2.6.5
tag: v2.7.0

-- Build flags
---------------------------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ message: "If you use this software, please cite it as below."
authors:
- name: "Agda Developers"
title: "Agda"
version: 2.6.5
license-url: "https://agda.readthedocs.io/en/v2.6.5/team.html"
version: 2.7.0
license-url: "https://agda.readthedocs.io/en/v2.7.0/team.html"
url: "https://agda.readthedocs.io/"
2 changes: 1 addition & 1 deletion doc/user-manual/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
author = u'Agda Developers'

# The short X.Y version
version = '2.6.5'
version = '2.7.0'
# The full version, including alpha/beta/rc tags
release = version

Expand Down
2 changes: 1 addition & 1 deletion mk/versions.mk
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Agda version.
# This is incremented via the script src/release-tools/change-version.bash
VERSION=2.6.5
VERSION=2.7.0
2 changes: 1 addition & 1 deletion src/data/emacs-mode/agda2-mode-pkg.el
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
(define-package "agda2-mode" "2.6.5"
(define-package "agda2-mode" "2.7.0"
"interactive development for Agda, a dependently typed functional programming language"
'((emacs "24.3"))) ;; dep defs for `annotation.el` and `eri.el` are not required if they are packaged together
2 changes: 1 addition & 1 deletion src/data/emacs-mode/agda2-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

;;; Code:

(defvar agda2-version "2.6.5"
(defvar agda2-version "2.7.0"
"The version of the Agda mode.
Note that the same version of the Agda executable must be used.")

Expand Down
2 changes: 1 addition & 1 deletion src/data/latex/agda.sty
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
% !!! NOTE: when you make changes to this file, bump the date. !!!
% !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
\ProvidesPackage{agda}
[2021/07/14 version 2.6.5 Formatting LaTeX generated by Agda]
[2021/07/14 version 2.7.0 Formatting LaTeX generated by Agda]

\RequirePackage{ifxetex, ifluatex, xifthen, xcolor, polytable, etoolbox,
calc, environ, xparse, xkeyval}
Expand Down
2 changes: 1 addition & 1 deletion src/size-solver/size-solver.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ executable size-solver
hs-source-dirs: .
main-is: Main.hs
build-depends:
Agda == 2.6.5
Agda == 2.7.0
, base >= 4.12.0.0 && < 5
, containers >= 0.5.7.1 && < 0.8
, mtl >= 2.2.1 && < 2.4
Expand Down
2 changes: 1 addition & 1 deletion test/Fail/Issue1963MagicWith.err
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ p .proj₁ != w of type Nat
when checking that the type
(p : Σ Nat IsZero) (w : Nat) → F w (p .proj₂) of the generated with
function is well-formed
(https://agda.readthedocs.io/en/v2.6.5/language/with-abstraction.html#ill-typed-with-abstractions)
(https://agda.readthedocs.io/en/v2.7.0/language/with-abstraction.html#ill-typed-with-abstractions)
2 changes: 1 addition & 1 deletion test/Fail/Issue206.err
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ Issue206.agda:12,1-19
w != i of type I
when checking that the type (w : I) (p : P w) (q : Q p) → Set₁ of
the generated with function is well-formed
(https://agda.readthedocs.io/en/v2.6.5/language/with-abstraction.html#ill-typed-with-abstractions)
(https://agda.readthedocs.io/en/v2.7.0/language/with-abstraction.html#ill-typed-with-abstractions)
2 changes: 1 addition & 1 deletion test/Fail/Issue2763.err
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ Issue2763.agda:15,1-19
a != w of type A
when checking that the type ⊤ → (w : A) → G w b of the generated
with function is well-formed
(https://agda.readthedocs.io/en/v2.6.5/language/with-abstraction.html#ill-typed-with-abstractions)
(https://agda.readthedocs.io/en/v2.7.0/language/with-abstraction.html#ill-typed-with-abstractions)
2 changes: 1 addition & 1 deletion test/Fail/Issue2771.err
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ Issue2771.agda:15,1-19
when checking that the type
(ind : IndexL) → ⊤ → (w : IndexL) → ¬ord-morph w (pres-¬ord ind) of
the generated with function is well-formed
(https://agda.readthedocs.io/en/v2.6.5/language/with-abstraction.html#ill-typed-with-abstractions)
(https://agda.readthedocs.io/en/v2.7.0/language/with-abstraction.html#ill-typed-with-abstractions)
2 changes: 1 addition & 1 deletion test/Fail/Issue530.err
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ Issue530.agda:20,1-10
k a != w of type Unit
when checking that the type (w : Unit) → F w p of the generated
with function is well-formed
(https://agda.readthedocs.io/en/v2.6.5/language/with-abstraction.html#ill-typed-with-abstractions)
(https://agda.readthedocs.io/en/v2.7.0/language/with-abstraction.html#ill-typed-with-abstractions)
2 changes: 1 addition & 1 deletion test/Fail/MagicWith.err
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ fst p != w of type Nat
when checking that the type
(p : Nat × IsZero) (w : Nat) → F w (snd p) of the generated with
function is well-formed
(https://agda.readthedocs.io/en/v2.6.5/language/with-abstraction.html#ill-typed-with-abstractions)
(https://agda.readthedocs.io/en/v2.7.0/language/with-abstraction.html#ill-typed-with-abstractions)
2 changes: 1 addition & 1 deletion test/interaction/Debug.out
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
(agda2-highlight-clear)
(agda2-verbose "Scope checking Agda.Primitive ")
(agda2-verbose "Building interface... ")
(agda2-verbose "Writing interface file _build/2.6.5/agda/Debug.agdai. ")
(agda2-verbose "Writing interface file _build/2.7.0/agda/Debug.agdai. ")
(agda2-verbose "Wrote interface file. ")
(agda2-verbose "Accumulated statistics. ")
(agda2-verbose "Finished Debug. ")
Expand Down
2 changes: 1 addition & 1 deletion test/interaction/Issue1244a.out
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
(agda2-highlight-load-and-delete-action)
(agda2-status-action "")
(agda2-status-action "")
(agda2-info-action "*Agda Version*" "Agda version 2.6.5" nil)
(agda2-info-action "*Agda Version*" "Agda version 2.7.0" nil)
2 changes: 1 addition & 1 deletion test/interaction/Issue1244b.out
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
(agda2-status-action "")
(agda2-info-action "*Agda Version*" "Agda version 2.6.5" nil)
(agda2-info-action "*Agda Version*" "Agda version 2.7.0" nil)
8 changes: 4 additions & 4 deletions test/interaction/Issue6261.out
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
(agda2-status-action "")
(agda2-info-action "*Type-checking*" "" nil)
(agda2-highlight-clear)
(agda2-info-action "*Type-checking*" "Loading Issue6261 (_build/2.6.5/agda/Issue6261.agdai). " t)
(agda2-info-action "*Type-checking*" " Loading Issue6261b (_build/2.6.5/agda/Issue6261b.agdai). " t)
(agda2-info-action "*Type-checking*" " Loading Issue6261c (_build/2.6.5/agda/Issue6261c.agdai). " t)
(agda2-info-action "*Type-checking*" " Loading Issue6261a (_build/2.6.5/agda/Issue6261a.agdai). " t)
(agda2-info-action "*Type-checking*" "Loading Issue6261 (_build/2.7.0/agda/Issue6261.agdai). " t)
(agda2-info-action "*Type-checking*" " Loading Issue6261b (_build/2.7.0/agda/Issue6261b.agdai). " t)
(agda2-info-action "*Type-checking*" " Loading Issue6261c (_build/2.7.0/agda/Issue6261c.agdai). " t)
(agda2-info-action "*Type-checking*" " Loading Issue6261a (_build/2.7.0/agda/Issue6261a.agdai). " t)
(agda2-status-action "Checked")
(agda2-info-action "*All Done*" "" nil)
((last . 1) . (agda2-goals-action '()))
Expand Down

0 comments on commit 561a453

Please sign in to comment.