Skip to content

Commit

Permalink
Create release link-grammar-5.12.5
Browse files Browse the repository at this point in the history
  • Loading branch information
linas committed May 31, 2024
1 parent b85c4a7 commit c766fe2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Version 5.12.5 (XXX 2024)
Version 5.12.5 (31 May 2024)
* Bugfix tracon table size management. #1486
* Bugfix connector hashing for fewer hash collisions. #1487, #1528
* Bugfix python unit test for Thai on Apple. #1530
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Link Grammar Parser
===================
***Version 5.12.4***
***Version 5.12.5***

![Main](https://github.com/opencog/link-grammar/actions/workflows/main.yml/badge.svg)
![node.js](https://github.com/opencog/link-grammar/actions/workflows/bindings-js.yml/badge.svg)
Expand Down Expand Up @@ -316,7 +316,7 @@ corruption of the dataset during download, and to help ensure that
no malicious changes were made to the code internals by third
parties. The signatures can be checked with the gpg command:

`gpg --verify link-grammar-5.12.4.tar.gz.asc`
`gpg --verify link-grammar-5.12.5.tar.gz.asc`

which should generate output identical to (except for the date):
```
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
# Don't end the URLs with a slash even if it appears in the official address,
# because we may append a component. Also, they cannot include "!".
AC_INIT([link-grammar],[5.12.4],[https://github.com/opencog/link-grammar],[],
AC_INIT([link-grammar],[5.12.5],[https://github.com/opencog/link-grammar],[],
[https://opencog.github.io/link-grammar-website])

# Check whether we want to set defaults for CFLAGS and CXXFLAGS
Expand Down Expand Up @@ -39,7 +39,7 @@ LINK_MINOR_VERSION=12
dnl 3) Increment when interfaces not changed at all,
dnl only bug fixes or internal changes made.
dnl 4b) Set to zero when adding, removing or changing interfaces.
LINK_MICRO_VERSION=4
LINK_MICRO_VERSION=5
dnl
dnl Set this too
MAJOR_VERSION_PLUS_MINOR_VERSION=`expr $LINK_MAJOR_VERSION + $LINK_MINOR_VERSION`
Expand Down

0 comments on commit c766fe2

Please sign in to comment.