Andreas Wacknitz
2023-05-02 cc00b8f5bec7f8a76f5a06158f47f0d5fc450838
prepare release 2023.05

4 files modified
8 ■■■■ changed files
components/openindiana/release/Makefile 2 ●●● patch | view | raw | blame | history
components/openindiana/release/files/COPYRIGHT 2 ●●● patch | view | raw | blame | history
components/openindiana/release/files/LICENSE 2 ●●● patch | view | raw | blame | history
make-rules/shared-macros.mk 2 ●●● patch | view | raw | blame | history
components/openindiana/release/Makefile
@@ -16,7 +16,7 @@
COMPONENT_NAME=           release
COMPONENT_VERSION=        0.$(PKG_SOLARIS_VERSION)    
COMPONENT_REVISION=       16
COMPONENT_REVISION=       17
COMPONENT_SUMMARY=        OpenIndiana Release Files 
COMPONENT_PROJECT_URL=    https://www.openindiana.org/
COMPONENT_FMRI=           release
components/openindiana/release/files/COPYRIGHT
@@ -1,4 +1,4 @@
OpenIndiana Project, part of The Illumos Foundation (C) 2010-2019
OpenIndiana Project, part of The Illumos Foundation (C) 2010-2023
Copyright  2009 Sun Microsystems, Inc., 4150 Network Circle,
Santa Clara, California 95054, U.S.A. All rights reserved.
components/openindiana/release/files/LICENSE
@@ -1,4 +1,4 @@
OpenIndiana Project, part of The Illumos Foundation (C) 2010-2019
OpenIndiana Project, part of The Illumos Foundation (C) 2010-2023
Copyright  2009 Sun Microsystems, Inc., 4150 Network Circle,
Santa Clara, California 95054, U.S.A. All rights reserved.
make-rules/shared-macros.mk
@@ -107,7 +107,7 @@
# to determine the distribution version
# (it should look like OpenIndiana Hipster YYYY.MM).
DISTRIBUTION_NAME = OpenIndiana Hipster
DISTRIBUTION_VERSION = 2023.04
DISTRIBUTION_VERSION = 2023.05
# Native OS version
OS_VERSION :=        $(shell uname -r)
SOLARIS_VERSION =    $(OS_VERSION:5.%=2.%)