diff --git a/CHANGES b/CHANGES index 2c491cd3e1..5c304e2374 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,10 @@ +2.6-728 | 2019-07-31 14:15:29 -0700 + + * Fix hello world script in READMEs (Seth Hall, Corelight & Jon Siwek, Corelight) + + * Fixes a tiny Bro->Zeek renaming issue (Seth Hall, Corelight) + 2.6-725 | 2019-07-31 10:44:05 -0700 * GH-506: fix NTP script errors (Seth Hall, Corelight) diff --git a/README.md b/README.md index 5a39d327d4..0294f32afc 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ Write your first Zeek script: ```zeek # File "hello.zeek" -event zeek_init +event zeek_init() { print "Hello World!"; } diff --git a/VERSION b/VERSION index 39dc21d328..5ba06a37a1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.6-725 +2.6-728