Release 0.1.
* configure.ac: Set release to 0.1. * version.texi (EDITION, VERSION): Set VERSION to 0.1-git. * NEWS: Update.
This commit is contained in:
parent
2a3a100560
commit
71c46326d7
|
@ -1,3 +1,11 @@
|
|||
2025-05-15 Ineiev <ineiev@gnu.org>
|
||||
|
||||
Release 0.1.
|
||||
|
||||
* configure.ac: Set release to 0.1.
|
||||
* version.texi (EDITION, VERSION): Set VERSION to 0.1-git.
|
||||
* NEWS: Update.
|
||||
|
||||
2025-05-02 Richard Stallman <rms@gnu.org>
|
||||
|
||||
* c.texi: Fix typos.
|
||||
|
|
4
NEWS
4
NEWS
|
@ -1,5 +1,9 @@
|
|||
GNU C Intro and Reference - User-visible changes.
|
||||
|
||||
GNU C Intro and Reference 0.1 (2025-05-14)
|
||||
|
||||
* Next release, with multiple bug fixes.
|
||||
|
||||
GNU C Intro and Reference 0.0 (2023-10-09)
|
||||
|
||||
* Initial release.
|
||||
|
|
|
@ -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], [c-manual@gnu.org],
|
||||
AC_INIT([GNU C Intro And Reference], [0.1], [c-manual@gnu.org],
|
||||
[c-intro-and-ref], [https://www.gnu.org/software/c-intro-and-ref/])
|
||||
|
||||
AC_PREREQ([2.65])
|
||||
|
|
|
@ -1 +1 @@
|
|||
@set VERSION 0.0-git
|
||||
@set VERSION 0.1-git
|
||||
|
|
Loading…
Reference in New Issue