From 709e4fb28a2bc72accd4905c8c0aa7254e982558 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Wed, 5 Sep 2012 11:20:17 -0500 Subject: [PATCH] add make version target --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index 413fe49bfc..c33c521bfa 100644 --- a/Makefile.am +++ b/Makefile.am @@ -585,6 +585,9 @@ libs/openzap/Makefile: cd libs/openzap && autoconf cd libs/openzap && ./configure +version: + git log -1 | head -3 + reinstall: modwipe uninstall install update-clean: clean libs/openzap/Makefile python-reconf