From 6a99aba9b049793ce8da55289fa0450395210e52 Mon Sep 17 00:00:00 2001 From: ZmnSCPxj jxPCSnmZ Date: Thu, 29 Oct 2020 13:22:18 +0800 Subject: [PATCH] configure.ac: Release 0.2. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 7244a0036..ef8af1a8f 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([clboss], [0.1B], [ZmnSCPxj@protonmail.com]) +AC_INIT([clboss], [0.2], [ZmnSCPxj@protonmail.com]) AC_CONFIG_AUX_DIR([auxdir]) AM_INIT_AUTOMAKE([subdir-objects tar-ustar]) AC_CONFIG_SRCDIR([main.cpp])