From ae5faf37096037f3d517e9c443da4965b40c88d5 Mon Sep 17 00:00:00 2001 From: Martin Weismann Date: Thu, 18 Feb 2021 10:35:17 +0100 Subject: [PATCH] Set this to be version v2.1.1 --- AutomaticComponentToolkit/lib3mf.xml | 2 +- CMakeLists.txt | 2 +- Documentation/conf.py | 2 +- Documentation/index.rst | 6 +++--- README.md | 2 +- SDK/Examples/CDynamic/CMakeLists.txt | 2 +- SDK/Examples/CDynamic/Source/Lib3MF_example.c | 2 +- SDK/Examples/CSharp/Lib3MF_Example.cs | 2 +- SDK/Examples/CppDynamic/CMakeLists.txt | 2 +- SDK/Examples/Pascal/Lib3MF_Example.lpr | 2 +- SDK/Examples/Python/Lib3MF_Example.py | 2 +- SDK/Readme.md | 2 +- Source/API/lib3mf.cpp | 2 +- 13 files changed, 15 insertions(+), 15 deletions(-) diff --git a/AutomaticComponentToolkit/lib3mf.xml b/AutomaticComponentToolkit/lib3mf.xml index b136fc43f..baaf9aaf9 100644 --- a/AutomaticComponentToolkit/lib3mf.xml +++ b/AutomaticComponentToolkit/lib3mf.xml @@ -1,5 +1,5 @@ - + diff --git a/CMakeLists.txt b/CMakeLists.txt index 43c713e1b..64a11d996 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ include(GNUInstallDirs) set(LIB3MF_VERSION_MAJOR 2) # increase on every backward-compatibility breaking change of the API set(LIB3MF_VERSION_MINOR 1) # increase on every backward compatible change of the API set(LIB3MF_VERSION_MICRO 1) # increase on on every change that does not alter the API -set(LIB3MF_VERSION_PRERELEASE "develop") # denotes pre-release information of a version of lib3mf +set(LIB3MF_VERSION_PRERELEASE "") # denotes pre-release information of a version of lib3mf project(lib3mf VERSION ${LIB3MF_VERSION_MAJOR}.${LIB3MF_VERSION_MINOR}.${LIB3MF_VERSION_MICRO} diff --git a/Documentation/conf.py b/Documentation/conf.py index 056977299..fbd5c531c 100644 --- a/Documentation/conf.py +++ b/Documentation/conf.py @@ -22,7 +22,7 @@ author = '3MF Consortium' # The full version, including alpha/beta/rc tags -release = 'v2.1.0' +release = 'v2.1.1' master_doc = 'index' diff --git a/Documentation/index.rst b/Documentation/index.rst index 6daff19b5..6e707d1bb 100644 --- a/Documentation/index.rst +++ b/Documentation/index.rst @@ -1,7 +1,7 @@ .. lib3mf documentation master file ********************************************* -lib3mf v2.1.1-develop documentation +lib3mf v2.1.1 documentation ********************************************* .. image:: https://travis-ci.org/3MFConsortium/lib3mf.svg?branch=master @@ -12,7 +12,7 @@ lib3mf v2.1.1-develop documentation :target: https://readthedocs.org/projects/lib3mf/ :alt: Documentation Status -.. image:: https://img.shields.io/static/v1.svg?label=lib3mf&message=v2.1.1-develop&color=green +.. image:: https://img.shields.io/static/v1.svg?label=lib3mf&message=v2.1.1&color=green :alt: Version .. image:: https://img.shields.io/static/v1.svg?label=platform&message=windows%20%7C%20macos%20%7C%20linux&color=lightgrey @@ -27,7 +27,7 @@ lib3mf v2.1.1-develop documentation :language: bash -Welcome! This is the documentation for lib3mf v2.1.1-develop. +Welcome! This is the documentation for lib3mf v2.1.1. lib3mf is an implementation of the 3D Manufacturing Format file standard. diff --git a/README.md b/README.md index 9b92bafc1..4266f3c4a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # lib3mf ![Build Status](https://github.com/3MFConsortium/lib3mf/workflows/Build/badge.svg?branch=develop) [![Documentation Status](https://readthedocs.org/projects/lib3mf/badge/?version=master)](https://readthedocs.org/projects/lib3mf) -[![Version 2.1.1-develop](https://img.shields.io/static/v1.svg?label=lib3mf&message=v2.1.1-develop&color=green)]() +[![Version 2.1.1](https://img.shields.io/static/v1.svg?label=lib3mf&message=v2.1.1&color=green)]() [![Supported platforms](https://img.shields.io/static/v1.svg?label=platform&message=windows%20%7C%20macos%20%7C%20linux&color=lightgrey)]() [![Simplified BSD License](https://img.shields.io/static/v1.svg?label=license&message=BSD&color=green)](LICENSE) diff --git a/SDK/Examples/CDynamic/CMakeLists.txt b/SDK/Examples/CDynamic/CMakeLists.txt index 2e3ddb141..5d2e1b1e3 100644 --- a/SDK/Examples/CDynamic/CMakeLists.txt +++ b/SDK/Examples/CDynamic/CMakeLists.txt @@ -29,7 +29,7 @@ This file has been generated by the Automatic Component Toolkit (ACT) version 1. Abstract: This is an autogenerated CMake Project that demonstrates the usage of the C bindings of the 3MF Library -Interface version: 2.1.0 +Interface version: 2.1.1 ]] diff --git a/SDK/Examples/CDynamic/Source/Lib3MF_example.c b/SDK/Examples/CDynamic/Source/Lib3MF_example.c index bf76de3c2..560f9f578 100644 --- a/SDK/Examples/CDynamic/Source/Lib3MF_example.c +++ b/SDK/Examples/CDynamic/Source/Lib3MF_example.c @@ -29,7 +29,7 @@ This file has been generated by the Automatic Component Toolkit (ACT) version 1. Abstract: This is an autogenerated C application that demonstrates the usage of the C bindings of the 3MF Library -Interface version: 2.1.0 +Interface version: 2.1.1 */ diff --git a/SDK/Examples/CSharp/Lib3MF_Example.cs b/SDK/Examples/CSharp/Lib3MF_Example.cs index cba7de8b6..56a41cbd0 100644 --- a/SDK/Examples/CSharp/Lib3MF_Example.cs +++ b/SDK/Examples/CSharp/Lib3MF_Example.cs @@ -29,7 +29,7 @@ This file has been generated by the Automatic Component Toolkit (ACT) version 1. Abstract: This is an autogenerated CSharp application that demonstrates the usage of the CSharp bindings of the 3MF Library -Interface version: 2.1.0 +Interface version: 2.1.1 */ diff --git a/SDK/Examples/CppDynamic/CMakeLists.txt b/SDK/Examples/CppDynamic/CMakeLists.txt index 357fa48a8..0a5193921 100644 --- a/SDK/Examples/CppDynamic/CMakeLists.txt +++ b/SDK/Examples/CppDynamic/CMakeLists.txt @@ -29,7 +29,7 @@ This file has been generated by the Automatic Component Toolkit (ACT) version 1. Abstract: This is an autogenerated CMake Project that demonstrates the usage of the Dynamic C++ bindings of the 3MF Library -Interface version: 2.1.0 +Interface version: 2.1.1 ]] diff --git a/SDK/Examples/Pascal/Lib3MF_Example.lpr b/SDK/Examples/Pascal/Lib3MF_Example.lpr index cfff69657..51ebba2e4 100644 --- a/SDK/Examples/Pascal/Lib3MF_Example.lpr +++ b/SDK/Examples/Pascal/Lib3MF_Example.lpr @@ -29,7 +29,7 @@ Abstract: This is an autogenerated Pascal application that demonstrates the usage of the Pascal bindings of the 3MF Library -Interface version: 2.1.0 +Interface version: 2.1.1 *) diff --git a/SDK/Examples/Python/Lib3MF_Example.py b/SDK/Examples/Python/Lib3MF_Example.py index e4bd0b6d3..d0644ef10 100644 --- a/SDK/Examples/Python/Lib3MF_Example.py +++ b/SDK/Examples/Python/Lib3MF_Example.py @@ -29,7 +29,7 @@ Abstract: This is an autogenerated Python application that demonstrates the usage of the Python bindings of the 3MF Library -Interface version: 2.1.0 +Interface version: 2.1.1 ''' diff --git a/SDK/Readme.md b/SDK/Readme.md index 17e728711..8152bcd4a 100644 --- a/SDK/Readme.md +++ b/SDK/Readme.md @@ -18,4 +18,4 @@ The specification can be downloaded at ## Documentation -lib3mf's documentation is available on https://lib3mf.readthedocs.io or as PDF in [Documentation/lib3mf_v2.1.1-develop.pdf](Documentation/lib3mf_v2.1.1-develop.pdf). +lib3mf's documentation is available on https://lib3mf.readthedocs.io or as PDF in [Documentation/lib3mf_v2.1.1.pdf](Documentation/lib3mf_v2.1.1.pdf). diff --git a/Source/API/lib3mf.cpp b/Source/API/lib3mf.cpp index f93a130f6..9194af6e9 100644 --- a/Source/API/lib3mf.cpp +++ b/Source/API/lib3mf.cpp @@ -29,7 +29,7 @@ This file has been generated by the Automatic Component Toolkit (ACT) version 1. Abstract: This is an autogenerated C++ implementation file in order to allow easy development of the 3MF Library. It needs to be generated only once. -Interface version: 2.1.0 +Interface version: 2.1.1 */