Skip to content

Commit

Permalink
Set to 0.3.3-pre on affected files. (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
guangie88 authored Jan 8, 2021
1 parent 91ecd72 commit d1b3f41
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.3)

# project variables
project(spdlog_setup VERSION 0.3.2 LANGUAGES CXX)
project(spdlog_setup VERSION 0.3.3 LANGUAGES CXX)
set(SPDLOG_MIN_VERSION "1.0.0")
set(CPPTOML_MIN_VERSION "0.1.0")

Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.3.2.{build}
version: 0.3.3-pre.{build}

image:
- Visual Studio 2015
Expand Down
2 changes: 1 addition & 1 deletion include/spdlog_setup/conf.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Implementation of public facing functions in spdlog_setup.
* @author Chen Weiguang
* @version 0.3.2
* @version 0.3.3-pre
*/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion include/spdlog_setup/details/conf_impl.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Implementation of non-public facing functions in spdlog_setup.
* @author Chen Weiguang
* @version 0.3.2
* @version 0.3.3-pre
*/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion include/spdlog_setup/details/setup_error.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Implementation of setup_error in spdlog_setup.
* @author Chen Weiguang
* @version 0.3.2
* @version 0.3.3-pre
*/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion include/spdlog_setup/details/template_impl.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Implementation of the mini template engine in spdlog_setup.
* @author Chen Weiguang
* @version 0.3.2
* @version 0.3.3-pre
*/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion src/unit_test/conf.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Unit tests implementation.
* @author Chen Weiguang
* @version 0.3.2
* @version 0.3.3-pre
*/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion src/unit_test/examples.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Unit tests implementation.
* @author Chen Weiguang
* @version 0.3.2
* @version 0.3.3-pre
*/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion src/unit_test/loggers.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Unit tests implementation.
* @author Chen Weiguang
* @version 0.3.2
* @version 0.3.3-pre
*/

#include "catch.hpp"
Expand Down
2 changes: 1 addition & 1 deletion src/unit_test/loggers.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Unit tests implementation.
* @author Chen Weiguang
* @version 0.3.2
* @version 0.3.3-pre
*/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion src/unit_test/others.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Unit tests implementation.
* @author Chen Weiguang
* @version 0.3.2
* @version 0.3.3-pre
*/

#define CATCH_CONFIG_MAIN
Expand Down
2 changes: 1 addition & 1 deletion src/unit_test/sinks.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Unit tests implementation.
* @author Chen Weiguang
* @version 0.3.2
* @version 0.3.3-pre
*/

#include "catch.hpp"
Expand Down
2 changes: 1 addition & 1 deletion src/unit_test/sinks.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Unit tests implementation.
* @author Chen Weiguang
* @version 0.3.2
* @version 0.3.3-pre
*/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion src/unit_test/thread_pool.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Unit tests implementation.
* @author Chen Weiguang
* @version 0.3.2
* @version 0.3.3-pre
*/

#include "catch.hpp"
Expand Down
2 changes: 1 addition & 1 deletion src/unit_test/thread_pool.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Unit tests implementation.
* @author Chen Weiguang
* @version 0.3.2
* @version 0.3.3-pre
*/

#pragma once
Expand Down

0 comments on commit d1b3f41

Please sign in to comment.