Skip to content

Commit

Permalink
Prepare for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
hatapitk committed Oct 9, 2018
1 parent af94311 commit f007619
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libvoikko/README
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ from rule 1:
Authors
=======

2006 - 2017 Harri Pitkänen (hatapitk@iki.fi)
2006 - 2018 Harri Pitkänen (hatapitk@iki.fi)
* Maintainer, core library developer.
2006 Nemanja Trifunovic
* Author of UTF8 utility module.
Expand Down
2 changes: 1 addition & 1 deletion libvoikko/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

dnl General options for autoconf
AC_PREREQ(2.62)
AC_INIT([libvoikko],[4.1.1],[hatapitk@iki.fi])
AC_INIT([libvoikko],[4.2],[hatapitk@iki.fi])

LT_PREREQ([2.2.6])

Expand Down
2 changes: 1 addition & 1 deletion libvoikko/src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ libvoikko_la_SOURCES = \
grammar/FinnishRuleEngine/SentenceCheck.cpp \
grammar/FinnishRuleEngine/SidesanaCheck.cpp \
compatibility/interface.cpp
libvoikko_la_LDFLAGS = -no-undefined -version-info 15:5:14 @LIBLDFLAGSWIN@
libvoikko_la_LDFLAGS = -no-undefined -version-info 16:0:15 @LIBLDFLAGSWIN@

pkginclude_HEADERS = voikko.h voikko_enums.h voikko_defines.h voikko_deprecated.h voikko_structs.h
noinst_HEADERS = \
Expand Down

0 comments on commit f007619

Please sign in to comment.