diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-05-03 12:30:10 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-05-03 12:30:10 -0500 |
commit | 566d6056d45c9c22cc57cd3268b5d9169d7e3b7e (patch) | |
tree | b33619af628da2fc456d954243ad1fdcf9a61b0d | |
parent | 103e61cb7d038881a1e0e8a15423591d9e3ffac2 (diff) | |
download | adelie-base-0.9.2.tar.gz adelie-base-0.9.2.tar.bz2 adelie-base-0.9.2.tar.xz adelie-base-0.9.2.zip |
os-release: 1.0-BETA30.9.2
-rw-r--r-- | CHANGELOG.rst | 5 | ||||
-rw-r--r-- | tree/etc/os-release | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 007eb76..9246d66 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,8 @@ +0.9.2 (03 May 2019) +=================== +* Release for beta3 + + 0.9.2_pre1 (07 Mar 2019) ======================== * Tweak format /etc/issue a bit more. diff --git a/tree/etc/os-release b/tree/etc/os-release index 8d3eaf3..3af367a 100644 --- a/tree/etc/os-release +++ b/tree/etc/os-release @@ -1,10 +1,10 @@ NAME=Adélie -VERSION=1.0-beta3_exp +VERSION=1.0-beta3 ID=adelie ID_LIKE=alpine VERSION_CODENAME=endlesssummer VERSION_ID=1.0-beta3 -PRETTY_NAME="Adélie Linux 1.0-BETA3 (exp build)" +PRETTY_NAME="Adélie Linux 1.0-BETA3" ANSI_COLOR="0;31" HOME_URL=https://www.adelielinux.org/ SUPPORT_URL=https://support.adelielinux.org/ |