Skip to content
Snippets Groups Projects
Commit 44cead56 authored by Christopher Gervais's avatar Christopher Gervais
Browse files

change version information for release 2.1

parent d0124016
No related branches found
No related tags found
No related merge requests found
......@@ -5,4 +5,4 @@ api = 2
; it is maintained through the release.sh script
projects[hostmaster][type] = "core"
projects[hostmaster][patch][] = "http://drupal.org/files/common.inc_6.28.patch"
projects[hostmaster][version] = "6.x-2.0-dev"
projects[hostmaster][version] = "6.x-2.1"
aegir-dev.make
\ No newline at end of file
aegir-release.make
\ No newline at end of file
aegir2-provision (2.1) unstable; urgency=medium
* This release ships with support for Apache 2.4, along with updates
to Drupal core and ModalframeAPI. A number of bug-fixes are included
affecting deployment of Drupal 7 sites, aliases with sub-directory
installs, backups, and more: http://community.aegirproject.org/2.1
-- Christopher Gervais <chris@ergonlogic.com> Wed, 23 Apr 2014 17:06:21 -0400
aegir2-provision (2.0) unstable; urgency=low
* stable 2.0 release
......
name=Provision
description="Aegir backend"
version=6.x-2.x
version=6.x-2.1
......@@ -13,7 +13,7 @@ msg() {
}
# basic variables, change before running
AEGIR_VERSION="6.x-2.x"
AEGIR_VERSION="6.x-2.1"
DRUSH_DIR=$HOME/drush
DRUSH=$DRUSH_DIR/drush.php
if which drush 2> /dev/null > /dev/null && which drush | grep -v 'no drush in' > /dev/null; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment