forked from ZoneMinder/zoneminder
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3358 e3e1d417-86f3-4887-817a-d78f3d33393f
- Loading branch information
stan
committed
May 23, 2011
1 parent
7b43ac2
commit 58c77d2
Showing
4 changed files
with
51 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
AC_PREREQ(2.59) | ||
AC_INIT(zm,1.24.3,[email protected],ZoneMinder,http://www.zoneminder.com/downloads.html) | ||
AC_INIT(zm,1.24.4,[email protected],ZoneMinder,http://www.zoneminder.com/downloads.html) | ||
AM_INIT_AUTOMAKE | ||
AC_CONFIG_SRCDIR(src/zm.h) | ||
AM_CONFIG_HEADER(config.h) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
-- | ||
-- This updates a 1.24.3 database to the next version | ||
-- | ||
|
||
-- | ||
-- These are optional, but we might as well do it now | ||
-- | ||
optimize table Frames; | ||
optimize table Events; | ||
optimize table Filters; | ||
optimize table Zones; | ||
optimize table Monitors; | ||
optimize table Stats; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters