From c2f572f9a14ad8a8cc2a17653ec6b8e993ebbc57 Mon Sep 17 00:00:00 2001 From: theraven Date: Thu, 14 Apr 2011 09:51:49 +0000 Subject: [PATCH] Set the makefiles in trunk back to non-release mode. --- GNUmakefile | 4 ++-- Makefile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index cab4f64..dc0959b 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,6 +1,6 @@ PACKAGE_NAME = gnustep-objc2 -VERSION=1.3.0 +VERSION=1.4.0 SVN_MODULE_NAME = libobjc2 SVN_BASE_URL = svn+ssh://svn.gna.org/svn/gnustep/libs SVN_TAG_NAME=objc2 @@ -81,7 +81,7 @@ endif # If we're doing a release build, don't tell people that the code that they're # using is rubbish - they complain. -CPPFLAGS += -DNO_SELECTOR_MISMATCH_WARNINGS +#CPPFLAGS += -DNO_SELECTOR_MISMATCH_WARNINGS libobjc_CFLAGS += -O3 diff --git a/Makefile b/Makefile index f59fd81..c8f1029 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ .SUFFIXES: .cc .c .m .o MAJOR_VERSION = 1 -MINOR_VERSION = 3 +MINOR_VERSION = 4 SUBMINOR_VERSION = 0 VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(SUBMINOR_VERSION)