diff options
author | David Rothstein <drothstein@gmail.com> | 2014-11-19 15:18:34 -0500 |
---|---|---|
committer | David Rothstein <drothstein@gmail.com> | 2014-11-19 15:18:34 -0500 |
commit | 01c9f6164e9b48a7d715e07fb0d98fbe71bae87b (patch) | |
tree | 5446925593ac9546d02396e962ca519baf1d14fb /modules/system | |
parent | c71b15f68010db028f07839c226d31563f220890 (diff) | |
download | drupal-6.34.tar.gz drupal-6.34.zip |
Drupal 6.346.34
Diffstat (limited to 'modules/system')
-rw-r--r-- | modules/system/system.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.module b/modules/system/system.module index 9e852c21fb3..4f61ce1dceb 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -8,7 +8,7 @@ /** * The current system version. */ -define('VERSION', '6.33'); +define('VERSION', '6.34'); /** * Core API compatibility. |