diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2018-02-27 13:40:43 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2018-02-27 13:40:49 +0100 |
commit | 3fa77b3172c1c69b7bee9cdba4085c8947590e95 (patch) | |
tree | 74e713dd320d403f46137f7af7d0e77a7055683b /modules/theora | |
parent | 7d09e6540afdf69d3610661145d13090a3d9d18a (diff) |
doc: Remove status from hardcoded version string
It has no practical use case and just generates noise for each alpha, beta, etc.
Diffstat (limited to 'modules/theora')
-rw-r--r-- | modules/theora/doc_classes/ResourceImporterTheora.xml | 2 | ||||
-rw-r--r-- | modules/theora/doc_classes/VideoStreamTheora.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/theora/doc_classes/ResourceImporterTheora.xml b/modules/theora/doc_classes/ResourceImporterTheora.xml index 6d2de4a9ad..5fc40a6eba 100644 --- a/modules/theora/doc_classes/ResourceImporterTheora.xml +++ b/modules/theora/doc_classes/ResourceImporterTheora.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8" ?> -<class name="ResourceImporterTheora" inherits="ResourceImporter" category="Core" version="3.1-dev"> +<class name="ResourceImporterTheora" inherits="ResourceImporter" category="Core" version="3.1"> <brief_description> </brief_description> <description> diff --git a/modules/theora/doc_classes/VideoStreamTheora.xml b/modules/theora/doc_classes/VideoStreamTheora.xml index 550844128d..e7c4727332 100644 --- a/modules/theora/doc_classes/VideoStreamTheora.xml +++ b/modules/theora/doc_classes/VideoStreamTheora.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8" ?> -<class name="VideoStreamTheora" inherits="VideoStream" category="Core" version="3.1-dev"> +<class name="VideoStreamTheora" inherits="VideoStream" category="Core" version="3.1"> <brief_description> </brief_description> <description> |