aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-06-09 20:08:39 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-06-09 20:08:39 +0000
commit3ad08cb0eef1f26b2cea0bd9cc52577a411eba65 (patch)
tree3cdbefe906ec077c124d9bf7c2fd244b510ef723 /plugins
parente2f38f5456265f6ff1448d2bfd8be6fc30504b82 (diff)
raise plugin version from 0.1.0 to 0.1.1 as some bugs were found using fuzz-test.sh since the last Ethereal release
svn path=/trunk/; revision=14603
Diffstat (limited to 'plugins')
-rw-r--r--plugins/profinet/ChangeLog3
-rw-r--r--plugins/profinet/moduleinfo.h2
2 files changed, 4 insertions, 1 deletions
diff --git a/plugins/profinet/ChangeLog b/plugins/profinet/ChangeLog
index 0a67693a9a..a4e5b38785 100644
--- a/plugins/profinet/ChangeLog
+++ b/plugins/profinet/ChangeLog
@@ -14,3 +14,6 @@ Version 0.1.0:
* first official plugin
+Version 0.1.1:
+
+* fixed some bugs in the PN-IO dissection found with fuzz-test.sh
diff --git a/plugins/profinet/moduleinfo.h b/plugins/profinet/moduleinfo.h
index 886c6f81b8..54aaa668ef 100644
--- a/plugins/profinet/moduleinfo.h
+++ b/plugins/profinet/moduleinfo.h
@@ -13,5 +13,5 @@
#endif
/* Version number of package */
-#define VERSION "0.1.0"
+#define VERSION "0.1.1"