Skip to content

Commit

Permalink
Set this to be version v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
martinweismann committed Feb 18, 2021
1 parent a841f0a commit ae5faf3
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 15 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.1-develop">
<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.1">

<license>
<line value="All rights reserved."/>
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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}
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'
release = 'v2.1.1'

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.1-develop documentation
lib3mf v2.1.1 documentation
*********************************************

.. image:: https://travis-ci.org/3MFConsortium/lib3mf.svg?branch=master
Expand All @@ -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
Expand All @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)

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.1.0
Interface version: 2.1.1
]]
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.1.0
Interface version: 2.1.1
*/

Expand Down
2 changes: 1 addition & 1 deletion SDK/Examples/CSharp/Lib3MF_Example.cs
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 CSharp application that demonstrates the
usage of the CSharp bindings of the 3MF Library
Interface version: 2.1.0
Interface version: 2.1.1
*/

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.1.0
Interface version: 2.1.1
]]
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.1.0
Interface version: 2.1.1
*)

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.1.0
Interface version: 2.1.1
'''

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.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).
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.1.0
Interface version: 2.1.1
*/

Expand Down

0 comments on commit ae5faf3

Please sign in to comment.