From: Anthony Minessale Date: Wed, 5 Sep 2012 16:20:17 +0000 (-0500) Subject: add make version target X-Git-Tag: v1.2.3^2~90^2~4^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=709e4fb28a2bc72accd4905c8c0aa7254e982558;p=thirdparty%2Ffreeswitch.git add make version target --- 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