Skip to content

Commit

Permalink
prepare 0.12.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sthibaul committed Oct 4, 2023
1 parent a400bc9 commit 0f2aaba
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Version 0.12
* Add socket activation
* libspeechd: Simplify buffer management.
* Add language and variant parameters to "list voice" command.

Version 0.11.5
* Update CLDR to version 43 and symbols from NVDA.
* Fix parsing and emitting space character.
Expand Down
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@

AC_PREREQ([2.63])
m4_define([MAJOR_VERSION], [0])
m4_define([MINOR_VERSION], [11])
m4_define([MICRO_VERSION], [5])
m4_define([AC_PACKAGE_VERSION],[MAJOR_VERSION.MINOR_VERSION.MICRO_VERSION+dev])
m4_define([MINOR_VERSION], [12])
m4_define([MICRO_VERSION], [0])
m4_define([AC_PACKAGE_VERSION],[MAJOR_VERSION.MINOR_VERSION.MICRO_VERSION-rc1])
AC_INIT([speech-dispatcher], [AC_PACKAGE_VERSION], [[email protected]])
AC_CONFIG_MACRO_DIRS([m4])
AM_INIT_AUTOMAKE([foreign info-in-builddir])
Expand Down

0 comments on commit 0f2aaba

Please sign in to comment.