summaryrefslogtreecommitdiffstats
path: root/suricata/update/version.py
diff options
context:
space:
mode:
Diffstat (limited to 'suricata/update/version.py')
-rw-r--r--suricata/update/version.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/suricata/update/version.py b/suricata/update/version.py
new file mode 100644
index 0000000..75d1205
--- /dev/null
+++ b/suricata/update/version.py
@@ -0,0 +1,7 @@
+# Version format:
+# Release: 1.0.0
+# Beta: 1.0.0b1
+# Alpha: 1.0.0a1
+# Development: 1.0.0dev0
+# Release candidate: 1.0.0rc1
+version = "1.3.2"