changeset 541:48a31b881210

v0.10-pre7 (Logical change 1.158)
author optonline.net!jeffpc
date Mon, 16 Feb 2004 02:25:56 +0000
parents 97175bfd0d4f
children 8d4bed6870db
files AVdb.sql
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/AVdb.sql	Mon Feb 16 02:12:59 2004 +0000
+++ b/AVdb.sql	Mon Feb 16 02:25:56 2004 +0000
@@ -244,7 +244,7 @@
 INSERT INTO `settings` (`id`, `name`, `value`, `desc`) VALUES (NULL, 'location', 'Someplace, NY', 'The location of the organization');
 INSERT INTO `settings` (`id`, `name`, `value`, `desc`) VALUES (NULL, 'caution', 'This is the AV Department of <b>$INSTITUTION$</b> in <i>$LOCATION$</i>.<br /><br />If you are not authorized to access this site, disconnect now.', 'The string displayed to all users on the main page');
 INSERT INTO `settings` (`id`, `name`, `value`, `desc`) VALUES (NULL, 'name', 'AV Admin', 'The name of this program');
-INSERT INTO `settings` (`id`, `name`, `value`, `desc`) VALUES (NULL, 'version', '0.10-pre6', 'Version of AV Admin');
+INSERT INTO `settings` (`id`, `name`, `value`, `desc`) VALUES (NULL, 'version', '0.10-pre7', 'Version of AV Admin');
 INSERT INTO `settings` (`id`, `name`, `value`, `desc`) VALUES (NULL, 'title', '$NAME$ (v. $VERSION$)', 'The format of the title bar');
 INSERT INTO `settings` (`id`, `name`, `value`, `desc`) VALUES (NULL, 'baseurl', '/cgi-bin/av/', 'The part of the URL containing all the dynamic files');
 INSERT INTO `settings` (`id`, `name`, `value`, `desc`) VALUES (NULL, 'staticurl', '/AV/', 'The part of the URL containing all the static files');