From a3220d93e3479636e259ed60a96b8d543cada309 Mon Sep 17 00:00:00 2001 From: Ian Craggs Date: Thu, 5 Feb 2015 17:04:07 +0000 Subject: [PATCH 1/7] Update comments and version number to 1.0.3 --- Makefile | 3 ++- build.xml | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 4bd59059..8016d145 100755 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ #******************************************************************************* -# Copyright (c) 2009, 2014 IBM Corp. +# Copyright (c) 2009, 2015 IBM Corp. # # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 @@ -15,6 +15,7 @@ # Allan Stockdill-Mander - SSL updates # Andy Piper - various fixes # Ian Craggs - OSX build +# Rainer Poisel - support for multi-core builds and cross-compilation #*******************************************************************************/ # Note: on OS X you should install XCode and the associated command-line tools diff --git a/build.xml b/build.xml index 27d89a0b..5e6fe878 100644 --- a/build.xml +++ b/build.xml @@ -1,5 +1,5 @@