aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilles CHEHADE <gilles@poolp.org>2020-12-23 07:31:46 +0100
committerGilles CHEHADE <gilles@poolp.org>2020-12-23 07:31:46 +0100
commit85573a70949dca8d98a9bde87075c1126fceb53a (patch)
tree1fd03f8ff6dbd804c046ceeb11b7c4af91e47c61
parentfix a memory leak, diff by Eric Faurot (diff)
downloadOpenSMTPD-85573a70949dca8d98a9bde87075c1126fceb53a.tar.xz
OpenSMTPD-85573a70949dca8d98a9bde87075c1126fceb53a.zip
update version
-rw-r--r--usr.sbin/smtpd/smtpd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/smtpd/smtpd.h b/usr.sbin/smtpd/smtpd.h
index c528b37e..fb702be0 100644
--- a/usr.sbin/smtpd/smtpd.h
+++ b/usr.sbin/smtpd/smtpd.h
@@ -73,7 +73,7 @@
#ifndef SMTPD_NAME
#define SMTPD_NAME "OpenSMTPD"
#endif
-#define SMTPD_VERSION "6.8.0p1-rc2"
+#define SMTPD_VERSION "6.8.0p1"
#define SMTPD_SESSION_TIMEOUT 300
#define SMTPD_BACKLOG 5