diff options
author | Paul 'flowerysong' Arthur <flowerysong00@yahoo.com> | 2010-10-08 15:56:06 +0000 |
---|---|---|
committer | Paul 'flowerysong' Arthur <flowerysong00@yahoo.com> | 2010-10-08 15:56:06 +0000 |
commit | b18ff601386b5f59c264b554e7ded04890c4283e (patch) | |
tree | baa850a3d13042ece0ccaf4dbbbaad272a72a4bc /config | |
parent | 4f3d8851cf325cf5a8465ca6880c48f74629b449 (diff) | |
download | ampache-b18ff601386b5f59c264b554e7ded04890c4283e.tar.gz ampache-b18ff601386b5f59c264b554e7ded04890c4283e.tar.bz2 ampache-b18ff601386b5f59c264b554e7ded04890c4283e.zip |
Need to change the config version in *two* places, not just one.
Diffstat (limited to 'config')
-rw-r--r-- | config/ampache.cfg.php.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist index 0a828ee7..3b85efeb 100644 --- a/config/ampache.cfg.php.dist +++ b/config/ampache.cfg.php.dist @@ -7,7 +7,7 @@ ; if this config file is up to date ; this is compared against a value hard-coded ; into the init script -config_version = 10 +config_version = 11 ;################### ; Path Vars # |