Fix courtesy of info from whimmel.
[openemr.git] / version.php
blob351a71069ca2b5fe67b77bf720e4e7cfdfe6ad93
1 <?php
2 // Software version identification.
3 // This is used for display purposes, and also the major/minor/patch
4 // numbers are stored in the database and used to determine which sql
5 // upgrade file is the starting point for the next upgrade.
6 $v_major = '4';
7 $v_minor = '0';
8 $v_patch = '0';
9 $v_tag = '-dev'; // minor revision number, should be empty for production releases
11 // Database version identifier, this is to be incremented whenever there
12 // is a database change in the course of development. It is used
13 // internally to determine when a database upgrade is needed.
15 // Please add a comment that includes the database.sql version that relates to
16 // change below
18 $v_database = 7;
19 // 4) 3_2_0-to-4_0_0_upgrade.sql new revision: 1.31
20 // database.sql,v new revision: 1.180
21 // 6) 2010-10-29 by sunsetsystems - 1.182 I guess - what are these entries for?