From 80999251efb00cec433e1348f5f4ff6a40168968 Mon Sep 17 00:00:00 2001 From: EricLiu2000 Date: Thu, 25 Jul 2019 16:45:54 -0400 Subject: [PATCH] Updated library version numbers to 0.2.0 --- CMakeLists.txt | 2 +- docs/conf.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index deed19f..19190a7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.2) -project(libicsneo VERSION 0.1.1) +project(libicsneo VERSION 0.2.0) option(BUILD_TESTS "Build all tests." OFF) diff --git a/docs/conf.py b/docs/conf.py index c4c779d..26065fd 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -72,9 +72,9 @@ author = 'Intrepid Control Systems, Inc.' # built documents. # # The short X.Y version. -version = '0.1.0' +version = '0.2.0' # The full version, including alpha/beta/rc tags. -release = '0.1.0 ' +release = '0.2.0 ' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.