diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2015-03-13 12:35:32 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2015-03-13 12:35:32 +0000 |
commit | e7223b0eb0470ae8688feace3ceceb65a89f9d99 (patch) | |
tree | 1f5e7348340c52b4aeaafd787f2731f3e273f175 /Makefile | |
parent | f48b18df43670d0535b084ff7fcfa15a6113165b (diff) | |
download | mandoc-e7223b0eb0470ae8688feace3ceceb65a89f9d99.tar.gz |
release 1.13.3VERSION.1.13.3
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ # $Id$ # # 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 ==================================================== |