Version updates

This commit is contained in:
ThePhD 2020-10-04 06:11:12 -04:00
parent 832878dc31
commit 288f4f4e73
No known key found for this signature in database
GPG Key ID: 1509DB1C0F702BFA
3 changed files with 4 additions and 4 deletions

View File

@ -25,7 +25,7 @@
cmake_minimum_required(VERSION 3.5.0)
# # # project declaration
project(sol2 VERSION 3.2.0 LANGUAGES CXX C)
project(sol2 VERSION 3.2.2 LANGUAGES CXX C)
include(GNUInstallDirs)

View File

@ -1,4 +1,4 @@
## sol3 (sol2 v3.0.3)
## sol3 (sol2 v3.2.2)
[![Linux & Max OSX Build Status](https://travis-ci.org/ThePhD/sol2.svg?branch=develop)](https://travis-ci.org/ThePhD/sol2)
[![Windows Build status](https://ci.appveyor.com/api/projects/status/n38suofr21e9uk7h?svg=true)](https://ci.appveyor.com/project/ThePhD/sol2)

View File

@ -55,9 +55,9 @@ author = 'ThePhD'
# built documents.
#
# The short X.Y version.
version = '3.0'
version = '3.2'
# The full version, including alpha/beta/rc tags.
release = '3.0.3'
release = '3.2.2'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.