Skip to content

Commit

Permalink
Release 2.1.28
Browse files Browse the repository at this point in the history
  • Loading branch information
nacho committed Jun 23, 2016
1 parent 59a37f9 commit b846cfa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dnl REMINDER: When changing the version number here, please also update
dnl the values in win32/include/config.h and include/sasl.h as well.
dnl
AC_INIT([cyrus-sasl],
[2.1.26],
[2.1.28],
[https://git.cyrus.foundation/maniphest/],
[cyrus-sasl],
[https://docs.cyrus.foundation])
Expand Down
5 changes: 4 additions & 1 deletion saslauthd/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ saslauthd_SOURCES = mechanisms.c globals.h \
auth_ldap.c auth_ldap.h cache.c cache.h cfile.c cfile.h \
krbtf.c krbtf.h utils.c utils.h \
ipc_unix.c ipc_doors.c saslauthd-main.c saslauthd-main.h \
md5.c saslauthd_md5.h md5global.h
md5.c saslauthd_md5.h
EXTRA_saslauthd_sources = getaddrinfo.c getnameinfo.c
saslauthd_DEPENDENCIES = saslauthd-main.o $(LTLIBOBJS_FULL)
saslauthd_LDADD = @SASL_KRB_LIB@ \
Expand All @@ -40,3 +40,6 @@ saslauthd.8: saslauthd.mdoc
install-data-local: saslauthd.8
$(mkinstalldirs) $(DESTDIR)$(mandir)/man8
$(INSTALL_DATA) $(srcdir)/saslauthd.8 $(DESTDIR)$(mandir)/man8/saslauthd.8

uninstall-local:
-rm -rf $(DESTDIR)$(mandir)/man8/saslauthd.8
2 changes: 1 addition & 1 deletion win32/include/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
#define PACKAGE "cyrus-sasl"

/* Our version */
#define VERSION "2.1.26"
#define VERSION "2.1.28"

/* Visual Studio supports prototypes */
#define PROTOTYPES 1
Expand Down

0 comments on commit b846cfa

Please sign in to comment.