From patchwork Wed Feb 1 20:33:28 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: wbx X-Patchwork-Id: 722671 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from helium.openadk.org (helium.openadk.org [IPv6:2a00:1828:2000:679::23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3vDFFn13R9z9sXx for ; Thu, 2 Feb 2017 07:33:33 +1100 (AEDT) Received: from helium.openadk.org (localhost [IPv6:::1]) by helium.openadk.org (Postfix) with ESMTP id 2F82E10049; Wed, 1 Feb 2017 21:33:30 +0100 (CET) X-Original-To: devel@uclibc-ng.org Delivered-To: devel@helium.openadk.org Received: by helium.openadk.org (Postfix, from userid 1000) id 0470010083; Wed, 1 Feb 2017 21:33:28 +0100 (CET) MIME-Version: 1.0 To: devel@uclibc-ng.org X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: c0a09054b238982e7d40d7dd6fe571bbd9664fe3 X-Git-Newrev: 3b09bf921e994efd50c3c285f7388fbdbce374d1 Auto-Submitted: auto-generated Message-Id: <20170201203329.0470010083@helium.openadk.org> Date: Wed, 1 Feb 2017 21:33:28 +0100 (CET) From: wbx@helium.openadk.org Subject: [uclibc-ng-devel] uClibc-ng - small C library for embedded systems branch master updated. v1.0.21-39-g3b09bf9 X-BeenThere: devel@uclibc-ng.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: uClibc-ng Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devel-bounces@uclibc-ng.org Sender: "devel" This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "uClibc-ng - small C library for embedded systems". The branch, master has been updated via 3b09bf921e994efd50c3c285f7388fbdbce374d1 (commit) from c0a09054b238982e7d40d7dd6fe571bbd9664fe3 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 3b09bf921e994efd50c3c285f7388fbdbce374d1 Author: Waldemar Brodkorb Date: Wed Feb 1 21:26:59 2017 +0100 bump for release ----------------------------------------------------------------------- Summary of changes: Rules.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive diff --git a/Rules.mak b/Rules.mak index f53c581..ae78f44 100644 --- a/Rules.mak +++ b/Rules.mak @@ -127,7 +127,7 @@ export RUNTIME_PREFIX DEVEL_PREFIX KERNEL_HEADERS MULTILIB_DIR # Now config hard core MAJOR_VERSION := 1 MINOR_VERSION := 0 -SUBLEVEL := 21 +SUBLEVEL := 22 EXTRAVERSION := VERSION := $(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL) ABI_VERSION := $(MAJOR_VERSION)