Skip to content

Commit 288f4f4

Browse files
committed
Version updates
1 parent 832878d commit 288f4f4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
cmake_minimum_required(VERSION 3.5.0)
2626

2727
# # # project declaration
28-
project(sol2 VERSION 3.2.0 LANGUAGES CXX C)
28+
project(sol2 VERSION 3.2.2 LANGUAGES CXX C)
2929

3030
include(GNUInstallDirs)
3131

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## sol3 (sol2 v3.0.3)
1+
## sol3 (sol2 v3.2.2)
22

33
[![Linux & Max OSX Build Status](https://travis-ci.org/ThePhD/sol2.svg?branch=develop)](https://travis-ci.org/ThePhD/sol2)
44
[![Windows Build status](https://ci.appveyor.com/api/projects/status/n38suofr21e9uk7h?svg=true)](https://ci.appveyor.com/project/ThePhD/sol2)

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
# built documents.
5656
#
5757
# The short X.Y version.
58-
version = '3.0'
58+
version = '3.2'
5959
# The full version, including alpha/beta/rc tags.
60-
release = '3.0.3'
60+
release = '3.2.2'
6161

6262
# The language for content autogenerated by Sphinx. Refer to documentation
6363
# for a list of supported languages.

0 commit comments

Comments
 (0)