summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2005-08-11 21:22:41 +0000
committerThomas Roessler <roessler@does-not-exist.org>2005-08-11 21:22:41 +0000
commita96be21c1db5c337c1acb8526ca8c37d2ab4626a (patch)
treedb5e127554bfadf8c83cccb0c1123243b53084eb
parente8bca4fc2571d3ce2e1bf9cd4fce98e5cc1a53e5 (diff)
Fix Makefile.am.
-rw-r--r--Makefile.am2
-rw-r--r--VERSION2
-rw-r--r--reldate.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 74576684..c3ffaa2a 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 2b26b8d2..f0ed3796 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.5.9
+1.5.10
diff --git a/reldate.h b/reldate.h
index d7edc62b..be29c418 100644
--- a/reldate.h
+++ b/reldate.h
@@ -1 +1 @@
-const char *ReleaseDate = "2005-03-13";
+const char *ReleaseDate = "2005-08-11";