From e111edbb729ad1e510225cf30efddde53e7fa3f8 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Sun, 23 Aug 2020 11:53:43 -0400 Subject: [PATCH] bump version to 1.35.6 to pick a db fix from 1.34.20 --- db/zm_update-1.35.6.sql | 2 +- distros/redhat/zoneminder.spec | 2 +- version | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/db/zm_update-1.35.6.sql b/db/zm_update-1.35.6.sql index eb0e59ddb..3512534be 100644 --- a/db/zm_update-1.35.6.sql +++ b/db/zm_update-1.35.6.sql @@ -1,2 +1,2 @@ -/* This was done in 1.31.0 but zm_create.sql.in wasn't updated to match */ +/* This was done in 1.31.0 but zm_create.sql.in wasn't updated to match. */ ALTER TABLE Monitors MODIFY LinkedMonitors varchar(255); diff --git a/distros/redhat/zoneminder.spec b/distros/redhat/zoneminder.spec index 054f4b69f..4728734ea 100644 --- a/distros/redhat/zoneminder.spec +++ b/distros/redhat/zoneminder.spec @@ -28,7 +28,7 @@ %global _hardened_build 1 Name: zoneminder -Version: 1.35.5 +Version: 1.35.6 Release: 1%{?dist} Summary: A camera monitoring and analysis tool Group: System Environment/Daemons diff --git a/version b/version index 00bedd170..21cbe96c2 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.35.5 +1.35.6