From: Thomas Roessler Date: Thu, 11 Aug 2005 21:22:41 +0000 (+0000) Subject: Fix Makefile.am. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b61406271439a9b40213fbdd274b164fd1b7627c;p=neomutt Fix Makefile.am. --- diff --git a/Makefile.am b/Makefile.am index 745766848..c3ffaa2ac 100644 --- a/Makefile.am +++ b/Makefile.am @@ -61,7 +61,7 @@ CPPFLAGS=@CPPFLAGS@ -I$(includedir) EXTRA_mutt_SOURCES = account.c md5c.c mutt_sasl.c mutt_socket.c mutt_ssl.c \ mutt_tunnel.c pop.c pop_auth.c pop_lib.c smime.c pgp.c pgpinvoke.c pgpkey.c \ pgplib.c sha1.c pgpmicalg.c gnupgparse.c resize.c dotlock.c remailer.c \ - browser.h mbyte.h remailer.h url.h mutt_ssl_nss.c \ + browser.h mbyte.h remailer.h url.h \ crypt-mod-pgp-classic.c crypt-mod-smime-classic.c \ pgppacket.c mutt_idna.h hcache.c mutt_ssl_gnutls.c \ crypt-gpgme.c crypt-mod-pgp-gpgme.c crypt-mod-smime-gpgme.c diff --git a/VERSION b/VERSION index 2b26b8d21..f0ed37967 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.5.9 +1.5.10 diff --git a/reldate.h b/reldate.h index d7edc62b6..be29c4184 100644 --- a/reldate.h +++ b/reldate.h @@ -1 +1 @@ -const char *ReleaseDate = "2005-03-13"; +const char *ReleaseDate = "2005-08-11";