summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2014-12-13 13:43:47 +0000
committerIngo Schwarze <schwarze@openbsd.org>2014-12-13 13:43:47 +0000
commit812f665d4bac40245447d88e6f1542df89108629 (patch)
treea5fbdab93eaac1181f2fe5249de3a7b031a4ea67
parent4f8810a6b21aaef198d7405a74feb429f74a0091 (diff)
downloadmandoc-812f665d4bac40245447d88e6f1542df89108629.tar.gz
version 1.13.2VERSION.1.13.2
-rw-r--r--NEWS2
-rwxr-xr-xconfigure2
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 7c4978df..0a519be5 100644
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,7 @@ $Id$
This file lists the most important changes in the mdocml.bsd.lv distribution.
-Changes in version 1.13.2, released on December XXX, 2014
+Changes in version 1.13.2, released on December 13, 2014
--- MAJOR NEW FEATURES ---
* Include an implementation of man(1), the manual page viewer.
diff --git a/configure b/configure
index 99d7228c..57ac898f 100755
--- a/configure
+++ b/configure
@@ -31,7 +31,7 @@ echo "config.log: writing..."
# Initialize all variables here,
# such that nothing can leak in from the environment.
-VERSION="1.13.1"
+VERSION="1.13.2"
echo "VERSION=\"${VERSION}\"" 1>&2
echo "VERSION=\"${VERSION}\"" 1>&3