From be998cef1b8a46391956dc212ef3bf1351da0f3a Mon Sep 17 00:00:00 2001 From: Paul LeoNerd Evans Date: Wed, 15 Jul 2009 20:40:44 +0100 Subject: Renamed all type names to CamelCaseNames for visual distinctness, separate from variables/functions --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 31a5840..e1c75de 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ CFLAGS?= CFLAGS_DEBUG= VERSION_MAJOR=0 -VERSION_MINOR=2 +VERSION_MINOR=3 SONAME=libtermkey.so.$(VERSION_MAJOR) -- cgit v1.2.3