Back to 7.x-dev
parent
49e2d2ca6f
commit
e708195f31
|
@ -1,4 +1,7 @@
|
||||||
|
|
||||||
|
Drupal 7.3-dev, xxxx-xx-xx (development version)
|
||||||
|
----------------------
|
||||||
|
|
||||||
Drupal 7.2, 2011-05-25
|
Drupal 7.2, 2011-05-25
|
||||||
----------------------
|
----------------------
|
||||||
- Added a default .gitignore file.
|
- Added a default .gitignore file.
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
/**
|
/**
|
||||||
* The current system version.
|
* The current system version.
|
||||||
*/
|
*/
|
||||||
define('VERSION', '7.2');
|
define('VERSION', '7.x-dev');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Core API compatibility.
|
* Core API compatibility.
|
||||||
|
|
Loading…
Reference in New Issue