diff options
author | friendica <info@friendica.com> | 2013-07-14 01:22:56 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-07-14 01:22:56 -0700 |
commit | 25ed8788e909d176b73bcb04492c2e3edbdaf662 (patch) | |
tree | 2c2b54cf98610a085f6d56b6c69fd6aab8b80962 | |
parent | 5b73755af7befa171223c6cdb6cc7ec917cedd6f (diff) | |
download | volse-hubzilla-25ed8788e909d176b73bcb04492c2e3edbdaf662.tar.gz volse-hubzilla-25ed8788e909d176b73bcb04492c2e3edbdaf662.tar.bz2 volse-hubzilla-25ed8788e909d176b73bcb04492c2e3edbdaf662.zip |
install typo
-rw-r--r-- | install/update.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/update.php b/install/update.php index 55ff4b542..051090768 100644 --- a/install/update.php +++ b/install/update.php @@ -1,6 +1,6 @@ <?php -define( 'UPDATE_VERSION' , 105- ); +define( 'UPDATE_VERSION' , 1050 ); /** * |