Revert "(AC_INIT): Fix a typo in package name."

This reverts commit 3974c46326.
This commit is contained in:
Ineiev 2023-07-30 09:02:52 +00:00
parent 5fdcbd4834
commit cccbcdd34e
2 changed files with 3 additions and 5 deletions

View File

@ -3,9 +3,7 @@ GNU C Intro and Reference - ChangeLog
2023-07-25 Ineiev <ineiev@gnu.org>
* 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.
-----

View File

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