aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2015-03-13 12:35:32 +0000
committerIngo Schwarze <schwarze@openbsd.org>2015-03-13 12:35:32 +0000
commit99ce9344eb463bc4b9dd892c81e71178019632ea (patch)
treed1eca2e1e2134abeb46f5dc48db00c0ab8732daa /Makefile
parentda19f83a0a1e7d90a16cdddde0cfc118f0f2856e (diff)
downloadmandoc-99ce9344eb463bc4b9dd892c81e71178019632ea.tar.gz
mandoc-99ce9344eb463bc4b9dd892c81e71178019632ea.tar.zst
mandoc-99ce9344eb463bc4b9dd892c81e71178019632ea.zip
release 1.13.3VERSION_1_13_3
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index d686e014..d492ce70 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
-# $Id: Makefile,v 1.456 2015/02/16 16:23:54 schwarze Exp $
+# $Id: Makefile,v 1.457 2015/03/13 12:35:32 schwarze Exp $
#
# Copyright (c) 2010, 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv>
-# Copyright (c) 2011, 2013, 2014 Ingo Schwarze <schwarze@openbsd.org>
+# Copyright (c) 2011, 2013, 2014, 2015 Ingo Schwarze <schwarze@openbsd.org>
#
# Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
@@ -15,7 +15,7 @@
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-VERSION = 1.13.2
+VERSION = 1.13.3
# === LIST OF FILES ====================================================