From cccbcdd34ef19708132d34a485d888a8788db4cd Mon Sep 17 00:00:00 2001 From: Ineiev Date: Sun, 30 Jul 2023 09:02:52 +0000 Subject: [PATCH] Revert "(AC_INIT): Fix a typo in package name." This reverts commit 3974c463264e6c5412034a2a741746e07231acc9. --- ChangeLog | 4 +--- configure.ac | 4 ++-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5b35d45..8ba6078 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,9 +3,7 @@ GNU C Intro and Reference - ChangeLog 2023-07-25 Ineiev * Makefile.am (dist_data_DATA): New variable. Add c.pdf to distribution. - * configure.ac (AC_INIT): Bump version to 0.0-rc2. - * configure.ac (AC_INIT): Fix a typo in package name; bump version - to 0.0-rc3. + * configure.ac: Bump version to 0.0-rc2. ----- diff --git a/configure.ac b/configure.ac index 911616b..61852f8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ # 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-rc3], [c-manual@gnu.org], - [c-intro-and-ref], [https://www.gnu.org/software/c-intro-and-ref/]) +AC_INIT([GNU C Intro And Reference], [0.0-rc2], [c-manual@gnu.org], + [c-intro-and_ref], [https://www.gnu.org/software/c-intro-and-ref/]) AC_PREREQ([2.65]) AC_CONFIG_SRCDIR([c.texi])