summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2018-01-21 12:55:44 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2018-01-21 12:55:44 +0100
commit795d6102e9a87f77c3fae065ae7cc7d9e3131522 (patch)
treeac57dd36279a890cfab31f69436891dfa5f9a17c
parent5d878dc80cce86b4e15f04602b40197f7cf9d78a (diff)
bump version to 1.0.28v1.0.28
-rw-r--r--README2
-rw-r--r--Rules.mak4
2 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index b1937c3ee..e1bd790bf 100644
--- a/README
+++ b/README
@@ -36,7 +36,7 @@ functions. However, many GNU extensions are not supported because they have
not been ported, or more importantly, would increase the size of uClibc-ng
disproportional to the added functionality.
-Additional information can be found at http://www.uclibc-ng.org/.
+Additional information can be found at https://uclibc-ng.org/.
uClibc-ng may be freely modified and distributed under the terms of the GNU
Lesser General Public License, which can be found in the file COPYING.LIB.
diff --git a/Rules.mak b/Rules.mak
index 607621d2c..3edcd8146 100644
--- a/Rules.mak
+++ b/Rules.mak
@@ -1,7 +1,7 @@
# Rules.mak for uClibc-ng
#
# Copyright (C) 2000-2008 Erik Andersen <andersen@uclibc.org>
-# Copyright (C) 2015-2017 Waldemar Brodkorb <wbx@uclibc-ng.org>
+# Copyright (C) 2015-2018 Waldemar Brodkorb <wbx@uclibc-ng.org>
#
# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
#
@@ -128,7 +128,7 @@ export RUNTIME_PREFIX DEVEL_PREFIX KERNEL_HEADERS MULTILIB_DIR
# Now config hard core
MAJOR_VERSION := 1
MINOR_VERSION := 0
-SUBLEVEL := 27
+SUBLEVEL := 28
EXTRAVERSION :=
VERSION := $(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL)
ABI_VERSION := $(MAJOR_VERSION)