-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | NEWS | 10 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | doc/version-lib.texi | 8 | ||||
-rw-r--r-- | doc/version.texi | 4 |
@@ -1,5 +1,10 @@ 2019年06月02日 Tom Tromey <tom@tromey.com> + * configure.ac: Version 3.1.9. + * NEWS: List new changes. + +2019年06月02日 Tom Tromey <tom@tromey.com> + * tests/Makefile.am (DISTCLEANFILES): Add *testtmp. 2019年06月02日 Tom Tromey <tom@tromey.com> @@ -8,6 +8,16 @@ See the end for copying conditions. Please send source-highlight bug reports to bug-source-highlight at gnu.org +Version 3.1.9 + + * changed esc.style to work better with dark theme terminals + * updated C and C++ to more recent standards + * fixed zsh.lang + * added new Python keywords + * added Rust + * added ixpe + * added vim + Version 3.1.8 * fixed some compilation bugs in some systems diff --git a/configure.ac b/configure.ac index f57f063..72cf8ef 100644 --- a/configure.ac +++ b/configure.ac @@ -9,7 +9,7 @@ # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. dnl Process this file with autoconf to produce a configure script. -AC_INIT(GNU source-highlight,3.1.8) +AC_INIT(GNU source-highlight,3.1.9) # this is requested for the install-data-local of doxygen documentation AC_PREREQ([2.62]) diff --git a/doc/version-lib.texi b/doc/version-lib.texi index 7a01eb6..2bfe666 100644 --- a/doc/version-lib.texi +++ b/doc/version-lib.texi @@ -1,4 +1,4 @@ -@set UPDATED 30 March 2015 -@set UPDATED-MONTH March 2015 -@set EDITION 3.1.8 -@set VERSION 3.1.8 +@set UPDATED 9 October 2018 +@set UPDATED-MONTH October 2018 +@set EDITION 3.1.9 +@set VERSION 3.1.9 diff --git a/doc/version.texi b/doc/version.texi index 96e59ed..e008ceb 100644 --- a/doc/version.texi +++ b/doc/version.texi @@ -1,4 +1,4 @@ @set UPDATED 2 June 2019 @set UPDATED-MONTH June 2019 -@set EDITION 3.1.8 -@set VERSION 3.1.8 +@set EDITION 3.1.9 +@set VERSION 3.1.9 |