mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00

This is the zeek-aux repository with all of the git-related stuff removed, including all of the pre-commit configuration files, git directories, and submodules. It has a modified version of the CMake configuration that uses Zeek's variables and paths, making zeek-aux effectively just a subdirectory to Zeek. All of the source files now have Zeek's license header in them as well.
7 lines
374 B
Python
7 lines
374 B
Python
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
|
__version__ = "1.0.0.dev2", # with comment
|
|
__version__ = "1.0.0.dev2", # another comment
|
|
__version__ = "1.0.0.dev2", # Python style
|
|
__version__ = "0.0.1.nope" # should not change
|
|
version = "0.0.1" # should not change
|
|
print('Additional change')
|