Skip to content

Commit 699a35b

Browse files
author
Dave Seidel
committed
CB-33634: version 3.7.4
1 parent 6c4aa1c commit 699a35b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#GIT_VERSION := $(shell git describe --tags)
22
#VERSION := $(shell cat VERSION)
33

4-
GIT_VERSION := 3.7.3
5-
VERSION := 3.7.3
4+
GIT_VERSION := 3.7.4
5+
VERSION := 3.7.4
66
GO_PREFIX := github.com/carbonblack/cb-event-forwarder
77
EL_VERSION := $(shell rpm -E %{rhel})
88
TARGET_OS=linux

cb-event-forwarder.rpm.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
%global debug_package %{nil}
44
%global __os_install_post /usr/lib/rpm/brp-compress %{nil}
55

6-
%define bare_version 3.7.3
6+
%define bare_version 3.7.4
77
%define build_timestamp %(date +%%y%%m%%d.%%H%%m%%S)
88

99
# If release_pkg is defined and has the value of 1, use a plain version string;

0 commit comments

Comments
 (0)