From f477dcbb7da7f518d1175953c668545d21970c2d Mon Sep 17 00:00:00 2001 From: bustico Date: Wed, 19 Jun 2013 12:39:15 +0000 Subject: complete implementation of ping/pong protocol message --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 4501aa6..98e1b8c 100644 --- a/src/Makefile +++ b/src/Makefile @@ -17,7 +17,7 @@ # change this in version.h too !!!! MAJOR=3 -MINOR=13 +MINOR=14 PERHAPS64 := $(shell getconf LONG_BIT | perl -ne "print /64/ ? '64' : '';") LIB = /lib$(PERHAPS64) -- cgit v1.1