Skip to content

Commit

Permalink
Update to version 0.2.19
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Johansson <martin@fatbob.nu>
  • Loading branch information
fatbob313 committed Jan 23, 2021
1 parent 5020ee6 commit f2f4d05
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.2.19:
o CMake install fix of config file location (dvzrv)
o OpenSSL: Do not use ECC when the lib is compiled without support for it

0.2.18:
Lots of fixes. See the Gitlog for details, to name a few:
o Possible segmentation fault related to authenticating clients too
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.63])
AC_INIT([umurmur], [0.2.18], [https://github.com/umurmur/umurmur/issues/new], [umurmur], [http://github.com/umurmur/umurmur])
AC_INIT([umurmur], [0.2.19], [https://github.com/umurmur/umurmur/issues/new], [umurmur], [http://github.com/umurmur/umurmur])
AC_CONFIG_SRCDIR([src/client.h])
AC_CONFIG_HEADERS([src/config.h:config.h.in])
AM_INIT_AUTOMAKE
Expand Down
4 changes: 2 additions & 2 deletions src/version.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#ifndef VERSION_H_989876
#define VERSION_H_989876

#define UMURMUR_VERSION "0.2.18"
#define UMURMUR_CODENAME "Meshuga"
#define UMURMUR_VERSION "0.2.19"
#define UMURMUR_CODENAME "Wacko"

#endif

0 comments on commit f2f4d05

Please sign in to comment.