diff options
author | Lee Daniel Crocker <lcrocker@users.mediawiki.org> | 2003-04-16 07:30:52 +0000 |
---|---|---|
committer | Lee Daniel Crocker <lcrocker@users.mediawiki.org> | 2003-04-16 07:30:52 +0000 |
commit | a96bcaf80d3fb8e1480b7ce1fbd27ca52dbfc9da (patch) | |
tree | 998ecd043de3fbbffd8d630a8fc1777ab99606e5 /Version.php | |
parent | c274e59d530dad51b61f96251ef35c32e36eb335 (diff) | |
download | mediawikicore-a96bcaf80d3fb8e1480b7ce1fbd27ca52dbfc9da.tar.gz mediawikicore-a96bcaf80d3fb8e1480b7ce1fbd27ca52dbfc9da.zip |
New update script, Version.php, new salted passwords, minor fixes.
Notes
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/1292
Diffstat (limited to 'Version.php')
-rw-r--r-- | Version.php | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Version.php b/Version.php new file mode 100644 index 000000000000..cdbf6e376f30 --- /dev/null +++ b/Version.php @@ -0,0 +1,12 @@ +# This file is copied to the install directory so that +# later update scripts will be able to use it to determine +# what they need to update. The version number here must +# be updated any time you make a change that requires +# the update to do anything other than copy the new files +# over, such as changing the database layout. If you +# change this version number, you should also update the +# update.php script. +# + +$wgSoftwareRevision = 1001; + |