diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-05-10 11:16:37 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-05-10 11:16:37 +0000 |
commit | caf9fb06c61c51c5648736eafb378dd9f50bc822 (patch) | |
tree | e7de82a782603ad9c45936a8380802493d76a667 /lib/init.php | |
parent | 08598b34a8621838ce64f4b8a3f2164072c3be1b (diff) | |
download | ampache-caf9fb06c61c51c5648736eafb378dd9f50bc822.tar.gz ampache-caf9fb06c61c51c5648736eafb378dd9f50bc822.tar.bz2 ampache-caf9fb06c61c51c5648736eafb378dd9f50bc822.zip |
last commit before stable release, been a long hard road
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 7771d95f..1ae0e646 100644 --- a/lib/init.php +++ b/lib/init.php @@ -81,7 +81,7 @@ if (!count($results)) { } /** This is the version.... fluf nothing more... **/ -$results['version'] = '3.4-RC1'; +$results['version'] = '3.4'; $results['int_config_version'] = '7'; $results['raw_web_path'] = $results['web_path']; |