Changeset 1096

Show
Ignore:
Timestamp:
11/18/07 23:21:02 (9 months ago)
Author:
Rickard
Message:

Update for 1.2.16.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/docs/install.html

    r946 r1096  
    2525  <h1>Installation and Upgrade Instructions</h1> 
    2626 
    27   <p>Instructions for the installation of PunBB 1.2.15 and for 
     27  <p>Instructions for the installation of PunBB 1.2.16 and for 
    2828  upgrading from previous versions.</p> 
    2929  <hr /> 
     
    7373  <h2>Upgrading from 1.0</h2> 
    7474 
    75   <p>In order to upgrade from PunBB 1.0.* to 1.2.15, you must first 
     75  <p>In order to upgrade from PunBB 1.0.* to 1.2.16, you must first 
    7676  update your current installation to 1.1. Download PunBB 1.1 from 
    7777  the PunBB.org downloads page and follow the upgrade instructions 
     
    8080  <h2>Upgrading from 1.1</h2> 
    8181 
    82   <p>In order to upgrade from PunBB 1.1.* to 1.2.15, you must first 
     82  <p>In order to upgrade from PunBB 1.1.* to 1.2.16, you must first 
    8383  update your current installation to 1.2. Download PunBB 1.2 from 
    8484  the PunBB.org downloads page and follow the upgrade instructions 
     
    8888 
    8989  <p>Follow these instructions to update your current 1.2.* 
    90   installation to 1.2.15.</p> 
     90  installation to 1.2.16.</p> 
    9191 
    9292  <p><strong style="color: #A00000">NOTE:</strong> Make a backup of 
     
    106106    old 1.2 directory (overwriting any existing files).</li> 
    107107 
    108     <li>Copy/upload the script 12_to_1215_update.php from the 
     108    <li>Copy/upload the script 12_to_1216_update.php from the 
    109109    directory extras/ to the forum root directory and run it 
    110110    through your browser. Follow the instructions. Once the update 
     
    113113  </ol> 
    114114 
    115   <p>You should now be running PunBB 1.2.15.</p> 
     115  <p>You should now be running PunBB 1.2.16.</p> 
    116116 
    117117  <h2>Maximizing Performance</h2> 
  • trunk/upload/install.php

    r946 r1096  
    2525 
    2626// The PunBB version this script installs 
    27 $punbb_version = '1.2.15'; 
     27$punbb_version = '1.2.16'; 
    2828 
    2929