Skip to content

Commit

Permalink
Public version 5.12.2
Browse files Browse the repository at this point in the history
The automated docker scripts pull only published versions.
  • Loading branch information
linas committed Mar 9, 2023
1 parent 1539eb8 commit 408db09
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 1,5 @@
Version 5.12.2 (XXX 2023)
* Nothing yet.
Version 5.12.2 (9 March 2023)
* Fix null-pointer deref in Atomese code.

Version 5.12.1 (5 March 2023)
* Assorted enhancements and fixes for the AtomSpace dictionary. #1362
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.1***
***Version 5.12.2***

![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 @@ -317,7 317,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.1.tar.gz.asc`
`gpg --verify link-grammar-5.12.2.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 @@ -4,7 4,7 @@
# accordingly.
# 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.1],[https://github.com/opencog/link-grammar],[],
AC_INIT([link-grammar],[5.12.2],[https://github.com/opencog/link-grammar],[],
[https://www.abisource.com/projects/link-grammar])

# Check whether we want to set defaults for CFLAGS and CXXFLAGS
Expand Down Expand Up @@ -37,7 37,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=1
LINK_MICRO_VERSION=2
dnl
dnl Set this too
MAJOR_VERSION_PLUS_MINOR_VERSION=`expr $LINK_MAJOR_VERSION $LINK_MINOR_VERSION`
Expand Down

0 comments on commit 408db09

Please sign in to comment.