diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-03-30 05:03:47 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-03-30 05:03:47 +0000 |
commit | 828b2288207a9f24ea264d0456d7ff951b931fe3 (patch) | |
tree | 1654aca49503078fdef8b94425b461a571c4ea9b /modules | |
parent | 4243b22ee54bcef23172d45ae0fff57633f7a9ab (diff) | |
download | ampache-828b2288207a9f24ea264d0456d7ff951b931fe3.tar.gz ampache-828b2288207a9f24ea264d0456d7ff951b931fe3.tar.bz2 ampache-828b2288207a9f24ea264d0456d7ff951b931fe3.zip |
final commit before beta2 release
Diffstat (limited to 'modules')
-rw-r--r-- | modules/init.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/init.php b/modules/init.php index d055019d..94f504e3 100644 --- a/modules/init.php +++ b/modules/init.php @@ -80,7 +80,7 @@ if (!$results['allow_stream_playback']) { /** This is the version.... fluf nothing more... **/ -$results['version'] = '3.3.2-Beta2 (Build 010)'; +$results['version'] = '3.3.2-Beta2'; |