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:
Ineiev 2025-05-15 15:07:07 +00:00
parent 2a3a100560
commit 71c46326d7
No known key found for this signature in database
GPG Key ID: E0ACD3E0CBE7874A
4 changed files with 14 additions and 2 deletions

View File

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

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

View File

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

View File

@ -1 +1 @@
@set VERSION 0.0-git
@set VERSION 0.1-git