From 85960ef2614ddf288eef4df440d6ddfe06aca529 Mon Sep 17 00:00:00 2001 From: Brandon Rhodes Date: Tue, 13 Feb 2024 09:35:36 -0500 Subject: [PATCH] Declare version 4.2.0 --- GUI/xephem/patchlevel.c | 2 +- INSTALL | 6 +++--- Site/changes.html | 2 +- xephem.spec | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/GUI/xephem/patchlevel.c b/GUI/xephem/patchlevel.c index ab78252..1757056 100644 --- a/GUI/xephem/patchlevel.c +++ b/GUI/xephem/patchlevel.c @@ -4,6 +4,6 @@ #include "xephem.h" -char PATCHLEVEL[] = "4.1.0"; +char PATCHLEVEL[] = "4.2.0"; char PATCHDATE[] = "2021 September 13"; char COPYRIGHT[] = "Copyright (c) 1990-2021 by Elwood Charles Downey"; diff --git a/INSTALL b/INSTALL index e7223ef..31287f7 100644 --- a/INSTALL +++ b/INSTALL @@ -4,12 +4,12 @@ How to install XEphem, either for just yourself or system-wide: Download the tarfile. - https://github.com/XEphem/XEphem/archive/refs/tags/4.1.0.tar.gz + https://github.com/XEphem/XEphem/archive/refs/tags/4.2.0.tar.gz Extract it and change directory: - $ tar xfz xephem-4.1.0.tar.gz - $ cd xephem-4.1.0/GUI/xephem + $ tar xfz xephem-4.2.0.tar.gz + $ cd xephem-4.2.0/GUI/xephem On a Linux similar to Ubuntu or Debian, do this (on other Linux distributions, look for Motif packages equivalent to the ones diff --git a/Site/changes.html b/Site/changes.html index 76d8573..e248f70 100644 --- a/Site/changes.html +++ b/Site/changes.html @@ -6,7 +6,7 @@

Changes from 4.1.0 to 4.2.0

-Not yet released. +Released 2024 February 13.