From 52cb2441f002c71643fddb89a3abed041636bc9f Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Tue, 25 Feb 2020 20:46:59 -0500 Subject: [PATCH] Bump version to 1.34.5 for release --- db/zm_update-1.34.5.sql | 5 +++++ distros/redhat/zoneminder.spec | 2 +- version | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 db/zm_update-1.34.5.sql diff --git a/db/zm_update-1.34.5.sql b/db/zm_update-1.34.5.sql new file mode 100644 index 000000000..7e12b977f --- /dev/null +++ b/db/zm_update-1.34.5.sql @@ -0,0 +1,5 @@ +-- +-- This updates a 1.34.4 database to 1.34.5 +-- +-- No changes required +-- diff --git a/distros/redhat/zoneminder.spec b/distros/redhat/zoneminder.spec index d6f474dce..d4854b4ac 100644 --- a/distros/redhat/zoneminder.spec +++ b/distros/redhat/zoneminder.spec @@ -28,7 +28,7 @@ %global _hardened_build 1 Name: zoneminder -Version: 1.34.4 +Version: 1.34.5 Release: 1%{?dist} Summary: A camera monitoring and analysis tool Group: System Environment/Daemons diff --git a/version b/version index 19357ae93..8a7cc82d5 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.34.4 +1.34.5