Browse Source

bump version to 1.0.28

Waldemar Brodkorb 6 years ago
parent
commit
795d6102e9
2 changed files with 3 additions and 3 deletions
  1. 1 1
      README
  2. 2 2
      Rules.mak

+ 1 - 1
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
 not been ported, or more importantly, would increase the size of uClibc-ng
 disproportional to the added functionality.
 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
 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.
 Lesser General Public License, which can be found in the file COPYING.LIB.

+ 2 - 2
Rules.mak

@@ -1,7 +1,7 @@
 # Rules.mak for uClibc-ng
 # Rules.mak for uClibc-ng
 #
 #
 # Copyright (C) 2000-2008 Erik Andersen <andersen@uclibc.org>
 # 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.
 # 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
 # Now config hard core
 MAJOR_VERSION := 1
 MAJOR_VERSION := 1
 MINOR_VERSION := 0
 MINOR_VERSION := 0
-SUBLEVEL      := 27
+SUBLEVEL      := 28
 EXTRAVERSION  :=
 EXTRAVERSION  :=
 VERSION       := $(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL)
 VERSION       := $(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL)
 ABI_VERSION   := $(MAJOR_VERSION)
 ABI_VERSION   := $(MAJOR_VERSION)