Skip to content

Commit

Permalink
Merge pull request #22 from Timothy-Liuxf/master
Browse files Browse the repository at this point in the history
Upgrade to version v0.3.1
  • Loading branch information
Timothy-Liuxf authored Sep 21, 2024
2 parents f8401ab + 199cafd commit 4d3775d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.

AC_INIT([simple_logger], [0.3.0], [[email protected]], [simple_logger], dnl
AC_INIT([simple_logger], [0.3.1], [[email protected]], [simple_logger], dnl
[https://github.com/Timothy-Liuxf/simple_logger])
AC_CONFIG_SRCDIR([include/simple_logger/simple_logger.hpp])
AC_CONFIG_HEADERS([config.h])
Expand Down

0 comments on commit 4d3775d

Please sign in to comment.