summaryrefslogtreecommitdiff
path: root/doc/classes/GraphNode.xml
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2019-04-01 12:33:56 +0200
committerRémi Verschelde <rverschelde@gmail.com>2019-04-01 12:33:56 +0200
commit39c868171e6b526a06247b3426a1295be2737caf (patch)
tree9d2fc48f800b7faa7144b41d35e2f16935814a88 /doc/classes/GraphNode.xml
parentb32fe4af6172026bac91086d492d944d4a8d5752 (diff)
doc: Bump version to 3.2
Diffstat (limited to 'doc/classes/GraphNode.xml')
-rw-r--r--doc/classes/GraphNode.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/GraphNode.xml b/doc/classes/GraphNode.xml
index 6e09926c11..a26310e912 100644
--- a/doc/classes/GraphNode.xml
+++ b/doc/classes/GraphNode.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
-<class name="GraphNode" inherits="Container" category="Core" version="3.1">
+<class name="GraphNode" inherits="Container" category="Core" version="3.2">
<brief_description>
A GraphNode is a container with several input and output slots allowing connections between GraphNodes. Slots can have different, incompatible types.
</brief_description>