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, 1.0 has been updated via 7c7b6d1a28d20df30da9318fe03a2e2a978a1aa9 (commit) from 003946e5f5ad775ef64b72176018bf918899c5d3 (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 7c7b6d1a28d20df30da9318fe03a2e2a978a1aa9 Author: Waldemar Brodkorb wbx@openadk.org Date: Thu Apr 16 21:14:02 2015 +0200
prepare for 1.0.2
-----------------------------------------------------------------------
Summary of changes: Rules.mak | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Rules.mak b/Rules.mak index a27929e..d87a4fb 100644 --- a/Rules.mak +++ b/Rules.mak @@ -126,8 +126,8 @@ export RUNTIME_PREFIX DEVEL_PREFIX KERNEL_HEADERS MULTILIB_DIR # Now config hard core MAJOR_VERSION := 1 MINOR_VERSION := 0 -SUBLEVEL := 1 -EXTRAVERSION :=-git +SUBLEVEL := 2 +EXTRAVERSION := VERSION := $(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL) ABI_VERSION := $(MAJOR_VERSION) ifneq ($(EXTRAVERSION),)
hooks/post-receive