Updated docs and changed version to 1.23.0
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2216 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
parent
b7ccd67ea7
commit
a9dd4c7ad0
3
INSTALL
3
INSTALL
|
@ -3,6 +3,9 @@ Basic Installation
|
|||
|
||||
These are generic installation instructions.
|
||||
|
||||
Please see http://www.zoneminder.com/wiki/index.php/Documentation
|
||||
for full details.
|
||||
|
||||
The `configure' shell script attempts to guess correct values for
|
||||
various system-dependent variables used during compilation. It uses
|
||||
those values to create a `Makefile' in each directory of the package.
|
||||
|
|
|
@ -14,11 +14,7 @@ SUBDIRS = \
|
|||
db
|
||||
|
||||
EXTRA_DIST = \
|
||||
zm.conf.in \
|
||||
README.txt \
|
||||
README.html \
|
||||
README.pdf \
|
||||
README.rtf
|
||||
zm.conf.in
|
||||
|
||||
# Yes, you are correct. This is a HACK!
|
||||
install-data-hook:
|
||||
|
|
6
README
6
README
|
@ -1 +1,5 @@
|
|||
See README.* for details.
|
||||
|
||||
All documentation for ZoneMinder is now online at
|
||||
|
||||
http://www.zoneminder.com/wiki/index.php/Documentation
|
||||
|
||||
|
|
BIN
README.doc
BIN
README.doc
Binary file not shown.
7387
README.html
7387
README.html
File diff suppressed because it is too large
Load Diff
BIN
README.pdf
BIN
README.pdf
Binary file not shown.
3542
README.rtf
3542
README.rtf
File diff suppressed because it is too large
Load Diff
5560
README.txt
5560
README.txt
File diff suppressed because it is too large
Load Diff
|
@ -1,4 +1,4 @@
|
|||
AC_INIT(zm,1.22.3,support@zoneminder.com,ZoneMinder)
|
||||
AC_INIT(zm,1.23.0,support@zoneminder.com,ZoneMinder)
|
||||
AC_CONFIG_SRCDIR(src/zm.h)
|
||||
AM_INIT_AUTOMAKE
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
--
|
||||
-- This updates a 1.22.3 database to 1.22.4
|
||||
-- This updates a 1.22.3 database to 1.23.0
|
||||
--
|
||||
|
||||
--
|
||||
|
|
Loading…
Reference in New Issue