Skip to content

Commit

Permalink
v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcz committed Apr 3, 2021
1 parent 621210b commit d83b4bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CoqHammer (dev) for Coq 8.10
CoqHammer 1.3.1 for Coq 8.10

[![Travis](https://travis-ci.org/lukaszcz/coqhammer.svg?branch=coq8.10)](https://travis-ci.org/lukaszcz/coqhammer/builds)
[![Travis](https://travis-ci.org/lukaszcz/coqhammer.svg?branch=v1.3.1-coq8.10)](https://travis-ci.org/lukaszcz/coqhammer/builds)

CoqHammer video tutorial:
[part 1 (sauto)](https://www.youtube.com/watch?v=0c_utk9bVgU&list=PLXXF_svQE_b-9A5p2OKU7Tjz-NcE7H2xg),
Expand Down
2 changes: 1 addition & 1 deletion src/plugin/g_hammer.mlg
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ open Ltac_plugin
open Stdarg
open Tacarg

let hammer_version_string = "CoqHammer (dev) for Coq 8.10"
let hammer_version_string = "CoqHammer 1.3.1 for Coq 8.10"

open Feedback
let () = Mltop.add_known_plugin (fun () ->
Expand Down

0 comments on commit d83b4bd

Please sign in to comment.