Skip to content

Commit

Permalink
renaming version from 2.3.0-alpha to 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gangatp committed Mar 5, 2024
1 parent 9ab96e6 commit e242855
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Autogenerated/Bindings/C/lib3mf_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ typedef void * Lib3MF_pvoid;
#define LIB3MF_VERSION_MAJOR 2
#define LIB3MF_VERSION_MINOR 3
#define LIB3MF_VERSION_MICRO 0
#define LIB3MF_VERSION_PRERELEASEINFO "alpha"
#define LIB3MF_VERSION_PRERELEASEINFO ""
#define LIB3MF_VERSION_BUILDINFO ""

/*************************************************************************************************************************
Expand Down
2 changes: 1 addition & 1 deletion Autogenerated/Bindings/CDynamic/lib3mf_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ typedef void * Lib3MF_pvoid;
#define LIB3MF_VERSION_MAJOR 2
#define LIB3MF_VERSION_MINOR 3
#define LIB3MF_VERSION_MICRO 0
#define LIB3MF_VERSION_PRERELEASEINFO "alpha"
#define LIB3MF_VERSION_PRERELEASEINFO ""
#define LIB3MF_VERSION_BUILDINFO ""

/*************************************************************************************************************************
Expand Down
2 changes: 1 addition & 1 deletion Autogenerated/Bindings/Cpp/lib3mf_types.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ typedef void * Lib3MF_pvoid;
#define LIB3MF_VERSION_MAJOR 2
#define LIB3MF_VERSION_MINOR 3
#define LIB3MF_VERSION_MICRO 0
#define LIB3MF_VERSION_PRERELEASEINFO "alpha"
#define LIB3MF_VERSION_PRERELEASEINFO ""
#define LIB3MF_VERSION_BUILDINFO ""

/*************************************************************************************************************************
Expand Down
2 changes: 1 addition & 1 deletion Autogenerated/Bindings/CppDynamic/lib3mf_types.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ typedef void * Lib3MF_pvoid;
#define LIB3MF_VERSION_MAJOR 2
#define LIB3MF_VERSION_MINOR 3
#define LIB3MF_VERSION_MICRO 0
#define LIB3MF_VERSION_PRERELEASEINFO "alpha"
#define LIB3MF_VERSION_PRERELEASEINFO ""
#define LIB3MF_VERSION_BUILDINFO ""

/*************************************************************************************************************************
Expand Down
2 changes: 1 addition & 1 deletion Autogenerated/Bindings/Go/lib3mf_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ typedef void * Lib3MF_pvoid;
#define LIB3MF_VERSION_MAJOR 2
#define LIB3MF_VERSION_MINOR 3
#define LIB3MF_VERSION_MICRO 0
#define LIB3MF_VERSION_PRERELEASEINFO "alpha"
#define LIB3MF_VERSION_PRERELEASEINFO ""
#define LIB3MF_VERSION_BUILDINFO ""

/*************************************************************************************************************************
Expand Down
2 changes: 1 addition & 1 deletion Autogenerated/Bindings/NodeJS/lib3mf_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ typedef void * Lib3MF_pvoid;
#define LIB3MF_VERSION_MAJOR 2
#define LIB3MF_VERSION_MINOR 3
#define LIB3MF_VERSION_MICRO 0
#define LIB3MF_VERSION_PRERELEASEINFO "alpha"
#define LIB3MF_VERSION_PRERELEASEINFO ""
#define LIB3MF_VERSION_BUILDINFO ""

/*************************************************************************************************************************
Expand Down
2 changes: 1 addition & 1 deletion Autogenerated/Bindings/Pascal/Unit_Lib3MF.pas
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ interface
LIB3MF_VERSION_MAJOR = 2;
LIB3MF_VERSION_MINOR = 3;
LIB3MF_VERSION_MICRO = 0;
LIB3MF_VERSION_PRERELEASEINFO = 'alpha';
LIB3MF_VERSION_PRERELEASEINFO = '';
LIB3MF_VERSION_BUILDINFO = '';


Expand Down
2 changes: 1 addition & 1 deletion Autogenerated/Source/lib3mf_interfacejournal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ CLib3MFInterfaceJournal::CLib3MFInterfaceJournal (const std::string & sFileName)
m_StartTime = std::chrono::high_resolution_clock::now();
m_Stream.open (sFileName, std::ios::out);
m_Stream << "<?xml version=\"1.0\" encoding=\"UTF-8\" ?>\n";
m_Stream << "<journal library=\"Lib3MF\" version=\"2.3.0-alpha\" xmlns=\"http://schemas.autodesk.com/components/Lib3MF/2.3.0-alpha\">\n";
m_Stream << "<journal library=\"Lib3MF\" version=\"2.3.0\" xmlns=\"http://schemas.autodesk.com/components/Lib3MF/2.3.0\">\n";
m_Stream << "\n";

}
Expand Down
2 changes: 1 addition & 1 deletion Autogenerated/Source/lib3mf_types.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ typedef void * Lib3MF_pvoid;
#define LIB3MF_VERSION_MAJOR 2
#define LIB3MF_VERSION_MINOR 3
#define LIB3MF_VERSION_MICRO 0
#define LIB3MF_VERSION_PRERELEASEINFO "alpha"
#define LIB3MF_VERSION_PRERELEASEINFO ""
#define LIB3MF_VERSION_BUILDINFO ""

/*************************************************************************************************************************
Expand Down
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.3.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.3.0">


<license>
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.3.0-alpha'
release = 'v2.3.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.3.0-alpha documentation
lib3mf v2.3.0 documentation
*********************************************

.. image:: https://github.com/3MFConsortium/lib3mf/workflows/Build/badge.svg?branch=master
Expand All @@ -12,7 +12,7 @@ lib3mf v2.3.0-alpha documentation
:target: https://readthedocs.org/projects/lib3mf/
:alt: Documentation Status

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


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

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

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.3.0-alpha.pdf](Documentation/lib3mf_v2.3.0-alpha.pdf).
lib3mf's documentation is available on https://lib3mf.readthedocs.io or as PDF in [Documentation/lib3mf_v2.3.0.pdf](Documentation/lib3mf_v2.3.0.pdf).

0 comments on commit e242855

Please sign in to comment.