diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2018-01-13 11:43:06 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2018-01-13 11:43:42 +0100 |
commit | e28cdc4654cf9f678385fbecdbd90d8b8c42c2a1 (patch) | |
tree | 637aeab456e2bf68fc0482ee7317bb5d86b22243 /modules/theora | |
parent | 7de3a114699fa31c8ab0ae8a5c95ef8e1113a090 (diff) |
doc: Update version string in XML
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 85c7c6bf89..266e38021e 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.0-beta"> +<class name="ResourceImporterTheora" inherits="ResourceImporter" category="Core" version="3.0-rc1"> <brief_description> </brief_description> <description> diff --git a/modules/theora/doc_classes/VideoStreamTheora.xml b/modules/theora/doc_classes/VideoStreamTheora.xml index 6c8806ed72..b2762707d3 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.0-beta"> +<class name="VideoStreamTheora" inherits="VideoStream" category="Core" version="3.0-rc1"> <brief_description> </brief_description> <description> |