From 71c46326d7a1301dd447ae19d8f2be7be8e03bb9 Mon Sep 17 00:00:00 2001 From: Ineiev Date: Thu, 15 May 2025 15:07:07 +0000 Subject: [PATCH] Release 0.1. * configure.ac: Set release to 0.1. * version.texi (EDITION, VERSION): Set VERSION to 0.1-git. * NEWS: Update. --- ChangeLog | 8 ++++++++ NEWS | 4 ++++ configure.ac | 2 +- version.texi | 2 +- 4 files changed, 14 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 09a3f12..ee77b0b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2025-05-15 Ineiev + + 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 * c.texi: Fix typos. diff --git a/NEWS b/NEWS index 8b4d5a7..a4ee9e4 100644 --- a/NEWS +++ b/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. diff --git a/configure.ac b/configure.ac index 1c7600b..0e08d96 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], [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]) diff --git a/version.texi b/version.texi index e6d6d5a..58547a3 100644 --- a/version.texi +++ b/version.texi @@ -1 +1 @@ -@set VERSION 0.0-git +@set VERSION 0.1-git