Browse Source

Updated version number for 6.x-12.3.0-RC

pull/213/head 6.x-12.3.0-RC
Alan Stanley 12 years ago
parent
commit
2ddc78699a
  1. 2
      fedora_repository.api.php
  2. 2
      fedora_repository.info
  3. 2
      plugins/fedora_imageapi.info

2
fedora_repository.api.php

@ -26,7 +26,7 @@ function hook_islandora_tabs($content_models, $pid, $page_number) {
$tabset['A TAB'] = array( $tabset['A TAB'] = array(
'#type' => 'tabpage', '#type' => 'tabpage',
'#title' => t('A TITLE'), '#title' => t('A TITLE'),
'#content' => 'content') '#content' => 'content'
); );
return $tabset; return $tabset;

2
fedora_repository.info

@ -4,5 +4,5 @@ dependencies[] = tabs
dependencies[] = islandora_content_model_forms dependencies[] = islandora_content_model_forms
description = Shows a list of items in a fedora collection. description = Shows a list of items in a fedora collection.
package = Islandora package = Islandora
version = 6.x-12.3.0-RC1 version = 6.x-12.3.0-RC
core = 6.x core = 6.x

2
plugins/fedora_imageapi.info

@ -3,5 +3,5 @@ description = Adds image manipulation support through a REST interface
package = Islandora Dependencies package = Islandora Dependencies
dependencies[] = fedora_repository dependencies[] = fedora_repository
dependencies[] = imageapi dependencies[] = imageapi
version = 6.x-12.3.0-RC1 version = 6.x-12.3.0-RC
core = 6.x core = 6.x

Loading…
Cancel
Save