diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-10-16 06:47:38 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-10-16 06:47:38 +0000 |
commit | 4b58b3e218d2e926d7bb0e4d07be2877853de689 (patch) | |
tree | dae3653707e6355e0278878268b14a390e5aee67 /lib/init.php | |
parent | b49eff3e1330025e202d2ff22dc27da9583f5b2b (diff) | |
download | ampache-4b58b3e218d2e926d7bb0e4d07be2877853de689.tar.gz ampache-4b58b3e218d2e926d7bb0e4d07be2877853de689.tar.bz2 ampache-4b58b3e218d2e926d7bb0e4d07be2877853de689.zip |
slight tweak to the stylesheet, fixed typo in changelog
Diffstat (limited to 'lib/init.php')
-rw-r--r-- | lib/init.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/init.php b/lib/init.php index bf6c69c4..aab58189 100644 --- a/lib/init.php +++ b/lib/init.php @@ -77,7 +77,7 @@ if (!count($results)) { } /** This is the version.... fluf nothing more... **/ -$results['version'] = '3.4-Alpha3 Build (001)'; +$results['version'] = '3.4-Alpha3 Build (002)'; $results['int_config_version'] = '5'; $results['raw_web_path'] = $results['web_path']; |