diff --git a/CMakeLists.txt b/CMakeLists.txt index d96485b..cf8098e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.0.0) project(simple_logger - VERSION 0.3.0 + VERSION 0.3.1 LANGUAGES CXX DESCRIPTION "A simple, multifunctional and header-only log library for C++17" HOMEPAGE_URL "https://github.com/Timothy-Liuxf/simple_logger" diff --git a/configure.ac b/configure.ac index 4c611dc..f335b74 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_INIT([simple_logger], [0.3.0], [liuxf19@163.com], [simple_logger], dnl +AC_INIT([simple_logger], [0.3.1], [liuxf19@163.com], [simple_logger], dnl [https://github.com/Timothy-Liuxf/simple_logger]) AC_CONFIG_SRCDIR([include/simple_logger/simple_logger.hpp]) AC_CONFIG_HEADERS([config.h])