Skip to content

Commit

Permalink
Proclaim this version as 2.1.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
martinweismann committed Aug 27, 2020
1 parent 40e92c5 commit ae4249f
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 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-alpha">
<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">

<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 @@ -14,7 +14,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 0) # increase on on every change that does not alter the API
set(LIB3MF_VERSION_PRERELEASE "alpha") # denotes pre-release information of a version of lib3mf
set(LIB3MF_VERSION_PRERELEASE "beta") # denotes pre-release information of a version of lib3mf

set(CMAKE_INSTALL_BINDIR bin CACHE PATH "directory for installing binary files")
set(CMAKE_INSTALL_LIBDIR lib CACHE PATH "directory for installing library files")
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-alpha'
release = 'v2.1.0-beta'

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-alpha documentation
lib3mf v2.1.0-beta documentation
*********************************************

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

.. image:: https://img.shields.io/static/v1.svg?label=lib3mf&message=v2.1.0-alpha&color=green
.. image:: https://img.shields.io/static/v1.svg?label=lib3mf&message=v2.1.0-beta&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-alpha documentation
:language: bash


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

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-alpha)](https://travis-ci.org/3MFConsortium/lib3mf)
[![Build Status](https://travis-ci.org/3MFConsortium/lib3mf.svg?branch=release%2F2.1.0-beta)](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-alpha](https://img.shields.io/static/v1.svg?label=lib3mf&message=v2.1.0-alpha&color=green)]()
[![Version 2.1.0-beta](https://img.shields.io/static/v1.svg?label=lib3mf&message=v2.1.0-beta&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/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-alpha.pdf](Documentation/lib3mf_v2.1.0-alpha.pdf).
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).

0 comments on commit ae4249f

Please sign in to comment.