From a8aad8b14d8c6c974b71e5ab88a00d3abe7f285d Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Mon, 16 Feb 2015 16:23:54 +0000 Subject: Delete the -V option. It serves no purpose but keeps confusing people. Keeping track of the versions of installed software is the job of the package manager, not of the individual binaries. If individual binaries include version numbers, that tends to goad people into writing broken configuration tests that inspect version numbers instead of properly testing for features. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3d9c7bbb..b8b87552 100644 --- a/Makefile +++ b/Makefile @@ -15,6 +15,8 @@ # 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 + # === LIST OF FILES ==================================================== TESTSRCS = test-dirent-namlen.c \ -- cgit