Skip to content

Commit 9302f28

Browse files
committed
Merge remote-tracking branch 'origin/topic/timw/require-cmake-3.15'
* origin/topic/timw/require-cmake-3.15: Require CMake 3.15, inline with other Zeek projects
2 parents 76e39f5 + c74334b commit 9302f28

File tree

6 files changed

+9
-5
lines changed

6 files changed

+9
-5
lines changed

CHANGES

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
1.2-4 | 2025-01-29 09:03:57 -0700
2+
3+
* Require CMake 3.15, inline with other Zeek projects (Tim Wojtulewicz, Corelight)
4+
15
1.2-2 | 2025-01-21 09:08:38 -0700
26

37
* Enforce using the right bash.exe on Windows (Tim Wojtulewicz)

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.5 FATAL_ERROR)
1+
cmake_minimum_required(VERSION 3.15.0 FATAL_ERROR)
22
project(btest)
33

44
# Install scripts

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
..
33
.. Version number is filled in automatically.
44

5-
.. |version| replace:: 1.2-2
5+
.. |version| replace:: 1.2-4
66

77
==================================================
88
BTest - A Generic Driver for Powerful System Tests

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2-2
1+
1.2-4

btest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ else:
5656
import multiprocessing.managers as mp_managers
5757
import multiprocessing.sharedctypes as mp_sharedctypes
5858

59-
VERSION = "1.2-2" # Automatically filled in.
59+
VERSION = "1.2-4" # Automatically filled in.
6060

6161
Name = "btest"
6262
Config = None

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
py_modules = ["btest-sphinx"]
66

77
setup(
8-
version="1.2.dev2", # Filled in automatically.
8+
version="1.2.dev4", # Filled in automatically.
99
py_modules=py_modules,
1010
)

0 commit comments

Comments
 (0)