Skip to content

Commit

Permalink
Proclaim this as version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
martinweismann committed Jan 10, 2021
1 parent 16b3a1d commit 8935df9
Show file tree
Hide file tree
Showing 12 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion AutomaticComponentToolkit/lib3mf.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<component xmlns="http://schemas.autodesk.com/netfabb/automaticcomponenttoolkit/2018" libraryname="the 3MF Library" namespace="Lib3MF" copyright="3MF Consortium (Original Author)" year="2019" basename="lib3mf" version="2.1.0-beta">
<component xmlns="http://schemas.autodesk.com/netfabb/automaticcomponenttoolkit/2018" libraryname="the 3MF Library" namespace="Lib3MF" copyright="3MF Consortium (Original Author)" year="2019" basename="lib3mf" version="2.1.0">

<license>
<line value="All rights reserved."/>
Expand Down
2 changes: 1 addition & 1 deletion Documentation/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = '3MF Consortium'

# The full version, including alpha/beta/rc tags
release = 'v2.1.0-beta'
release = 'v2.1.0'

master_doc = 'index'

Expand Down
6 changes: 3 additions & 3 deletions Documentation/index.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. lib3mf documentation master file
*********************************************
lib3mf v2.1.0-beta documentation
lib3mf v2.1.0 documentation
*********************************************

.. image:: https://travis-ci.org/3MFConsortium/lib3mf.svg?branch=master
Expand All @@ -12,7 +12,7 @@ lib3mf v2.1.0-beta documentation
:target: https://readthedocs.org/projects/lib3mf/
:alt: Documentation Status

.. image:: https://img.shields.io/static/v1.svg?label=lib3mf&message=v2.1.0-beta&color=green
.. image:: https://img.shields.io/static/v1.svg?label=lib3mf&message=v2.1.0&color=green
:alt: Version

.. image:: https://img.shields.io/static/v1.svg?label=platform&message=windows%20%7C%20macos%20%7C%20linux&color=lightgrey
Expand All @@ -27,7 +27,7 @@ lib3mf v2.1.0-beta documentation
:language: bash


Welcome! This is the documentation for lib3mf v2.1.0-beta.
Welcome! This is the documentation for lib3mf v2.1.0.

lib3mf is an implementation of the 3D Manufacturing Format file standard.

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# lib3mf
[![Build Status](https://travis-ci.org/3MFConsortium/lib3mf.svg?branch=release%2F2.1.0-beta)](https://travis-ci.org/3MFConsortium/lib3mf)
[![Build Status](https://travis-ci.org/3MFConsortium/lib3mf.svg?branch=release%2F2.1.0)](https://travis-ci.org/3MFConsortium/lib3mf)
[![Documentation Status](https://readthedocs.org/projects/lib3mf/badge/?version=master)](https://readthedocs.org/projects/lib3mf)
[![Version 2.1.0-beta](https://img.shields.io/static/v1.svg?label=lib3mf&message=v2.1.0-beta&color=green)]()
[![Version 2.1.0](https://img.shields.io/static/v1.svg?label=lib3mf&message=v2.1.0&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)

Expand Down
2 changes: 1 addition & 1 deletion SDK/Examples/CDynamic/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.0
Interface version: 2.1.0
]]
Expand Down
2 changes: 1 addition & 1 deletion SDK/Examples/CDynamic/Source/Lib3MF_example.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.0
Interface version: 2.1.0
*/

Expand Down
4 changes: 2 additions & 2 deletions SDK/Examples/CSharp/Lib3MF_Example.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
This file has been generated by the Automatic Component Toolkit (ACT) version 1.5.0.
This file has been generated by the Automatic Component Toolkit (ACT) version 1.6.0.
Abstract: This is an autogenerated CSharp application that demonstrates the
usage of the CSharp bindings of the 3MF Library
Interface version: 2.0.0
Interface version: 2.1.0
*/

Expand Down
2 changes: 1 addition & 1 deletion SDK/Examples/CppDynamic/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.0
Interface version: 2.1.0
]]
Expand Down
2 changes: 1 addition & 1 deletion SDK/Examples/Pascal/Lib3MF_Example.lpr
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.0
Interface version: 2.1.0
*)

Expand Down
2 changes: 1 addition & 1 deletion SDK/Examples/Python/Lib3MF_Example.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.0
Interface version: 2.1.0
'''

Expand Down
2 changes: 1 addition & 1 deletion SDK/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0-beta.pdf](Documentation/lib3mf_v2.1.0-beta.pdf).
lib3mf's documentation is available on https://lib3mf.readthedocs.io or as PDF in [Documentation/lib3mf_v2.1.0.pdf](Documentation/lib3mf_v2.1.0.pdf).
2 changes: 1 addition & 1 deletion Source/API/lib3mf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.0
Interface version: 2.1.0
*/

Expand Down

0 comments on commit 8935df9

Please sign in to comment.