From 881b921eb30f5a28226e8b25ef194c4254cb09d5 Mon Sep 17 00:00:00 2001 From: tardo Date: Sat, 29 Sep 2007 22:45:30 -0400 Subject: Fixed version strings. Added AUR_VERSION to config file, so now we should only need to change one location. KISS ftw. Signed-off-by: tardo --- web/lib/config.inc.proto | 1 + 1 file changed, 1 insertion(+) (limited to 'web/lib') diff --git a/web/lib/config.inc.proto b/web/lib/config.inc.proto index bad94a0c..16ce2add 100644 --- a/web/lib/config.inc.proto +++ b/web/lib/config.inc.proto @@ -19,6 +19,7 @@ define( "USERNAME_MAX_LEN", 16 ); define( "PASSWD_MIN_LEN", 4 ); define( "PASSWD_MAX_LEN", 128 ); +define( "AUR_VERSION", "Version 1.4.0" ); $LOGIN_TIMEOUT = 7200; # number of idle seconds before timeout -- cgit v1.2.3-24-g4f1b