diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2014-12-13 13:43:47 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2014-12-13 13:43:47 +0000 |
commit | 812f665d4bac40245447d88e6f1542df89108629 (patch) | |
tree | a5fbdab93eaac1181f2fe5249de3a7b031a4ea67 | |
parent | 4f8810a6b21aaef198d7405a74feb429f74a0091 (diff) | |
download | mandoc-812f665d4bac40245447d88e6f1542df89108629.tar.gz |
version 1.13.2VERSION.1.13.2
-rw-r--r-- | NEWS | 2 | ||||
-rwxr-xr-x | configure | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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. @@ -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 |