From c65c03ca794b37247fbd4c13c23f315a95809eaa Mon Sep 17 00:00:00 2001 From: Ineiev Date: Mon, 9 Oct 2023 09:19:44 +0000 Subject: [PATCH] Release 0.0. * configure.ac: Set release to 0.0. * c.texi: Cite release number. * version.texi (EDITION, VERSION): Use VERSION instead of EDITION; set to 0.0-git. * NEWS: Update. --- ChangeLog | 10 ++++++++++ NEWS | 2 +- c.texi | 8 +++++--- configure.ac | 2 +- version.texi | 2 +- 5 files changed, 18 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 65b6e18..dbcbc2e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,15 @@ GNU C Intro and Reference - ChangeLog +2023-10-09 Ineiev + + Release 0.0. + + * configure.ac: Set release to 0.0. + * c.texi: Cite release number. + * version.texi (EDITION, VERSION): Use VERSION instead of EDITION; + set to 0.0-git. + * NEWS: Update. + 2023-09-25 Ineiev Add Autotools system in parallel with Makefile. diff --git a/NEWS b/NEWS index 58e0b1e..904e165 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ GNU C Intro and Reference - User-visible changes. -GNU C Intro and Reference 0.0. +GNU C Intro and Reference 0.0 (2023-10-09) * Initial release. diff --git a/c.texi b/c.texi index 609bd6c..2d7705e 100644 --- a/c.texi +++ b/c.texi @@ -1,6 +1,6 @@ \input texinfo -@c Copyright (C) 2022 Richard Stallman and Free Software Foundation, Inc. +@c Copyright (C) 2022, 2023 Richard Stallman and Free Software Foundation, Inc. @c (The work of Trevis Rothwell and Nelson Beebe has been assigned to the FSF.) @@ -17,7 +17,9 @@ @synindex vr fn @copying -Copyright @copyright{} 2022 Richard Stallman and Free Software Foundation, Inc. +This is Edition @value{VERSION}. + +Copyright @copyright{} 2022, 2023 Richard Stallman and Free Software Foundation, Inc. (The work of Trevis Rothwell and Nelson Beebe has been assigned to the FSF.) @@ -45,7 +47,7 @@ modify this GNU manual.'' @center @titlefont{GNU C Language Introduction} @center @titlefont{and Reference Manual} @sp 4 -@c @center @value{EDITION} Edition +@center Edition @value{VERSION} @sp 5 @center Richard Stallman @center and diff --git a/configure.ac b/configure.ac index 7560a8b..1c7600b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # Process this file with autoconf to produce a configure script: # autoreconf -vi # Public domain. Originally written by Ineiev, 2023. -AC_INIT([GNU C Intro And Reference], [0.0-rc4], [c-manual@gnu.org], +AC_INIT([GNU C Intro And Reference], [0.0], [c-manual@gnu.org], [c-intro-and-ref], [https://www.gnu.org/software/c-intro-and-ref/]) AC_PREREQ([2.65]) diff --git a/version.texi b/version.texi index 36b94e0..e6d6d5a 100644 --- a/version.texi +++ b/version.texi @@ -1 +1 @@ -@set EDITION 0.0-rc4 +@set VERSION 0.0-git