diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-23 21:20:42 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-23 21:20:42 +0000 |
commit | 590f49184da28584f90d0b7e2c83d97121aa9900 (patch) | |
tree | 0d90c57050855d2dd135411c564c0e109b557a97 /Makefile | |
parent | b296b1682ae7632e4fa89e8980363e6aafcfaa22 (diff) | |
download | mandoc-590f49184da28584f90d0b7e2c83d97121aa9900.tar.gz |
Bumped version (testing).
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ INSTALL_DATA = install -m 0444 INSTALL_LIB = install -m 0644 INSTALL_MAN = $(INSTALL_DATA) -VERSION = 1.7.1 +VERSION = 1.7.2 VDATE = 23 March 2009 VFLAGS = -DVERSION=\"$(VERSION)\" |