Skip to content

Commit 737eac3

Browse files
committed
updated version number for next release
1 parent 05d4a79 commit 737eac3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.15.0 FATAL_ERROR)
66
# Define the project name and language
77
project(Crow
88
LANGUAGES CXX
9-
VERSION 1.3.1
9+
VERSION 1.3.2
1010
)
1111

1212
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)

Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ PROJECT_NAME = Crow
4848
# could be handy for archiving the generated documentation or if some version
4949
# control system is used.
5050

51-
PROJECT_NUMBER = 1.3.1
51+
PROJECT_NUMBER = 1.3.2
5252

5353
# Using the PROJECT_BRIEF tag one can provide an optional one line description
5454
# for a project that appears at the top of each page and should give viewer a

0 commit comments

Comments
 (0)