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.
This commit is contained in:
parent
b2d26171aa
commit
c65c03ca79
10
ChangeLog
10
ChangeLog
|
@ -1,5 +1,15 @@
|
|||
GNU C Intro and Reference - ChangeLog
|
||||
|
||||
2023-10-09 Ineiev <ineiev@gnu.org>
|
||||
|
||||
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 <ineiev@gnu.org>
|
||||
|
||||
Add Autotools system in parallel with Makefile.
|
||||
|
|
2
NEWS
2
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.
|
||||
|
||||
|
|
8
c.texi
8
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
|
||||
|
|
|
@ -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])
|
||||
|
|
|
@ -1 +1 @@
|
|||
@set EDITION 0.0-rc4
|
||||
@set VERSION 0.0-git
|
||||
|
|
Loading…
Reference in New Issue