Browse Source

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.
trunk
Ineiev 1 year ago
parent
commit
c65c03ca79
No known key found for this signature in database
GPG Key ID: E0ACD3E0CBE7874A
  1. 10
      ChangeLog
  2. 2
      NEWS
  3. 8
      c.texi
  4. 2
      configure.ac
  5. 2
      version.texi

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

@ -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

@ -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

2
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])

2
version.texi

@ -1 +1 @@
@set EDITION 0.0-rc4
@set VERSION 0.0-git

Loading…
Cancel
Save