From 752e33404a97a5f7a0a65984a1f7e9d40579f852 Mon Sep 17 00:00:00 2001 From: Ineiev Date: Sat, 22 Jul 2023 06:17:14 +0000 Subject: [PATCH] Set version 0.0-rc1. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 3f73982..8896838 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.0-rc1], [c-manual@gnu.org], [c-intro-and_ref], [https://www.gnu.org/software/c-intro-and-ref/] )