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(
'#type' => 'tabpage',
'#title' => t('A TITLE'),
'#content' => 'content')
'#content' => 'content'
);
return $tabset;

2
fedora_repository.info

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

2
plugins/fedora_imageapi.info

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

Loading…
Cancel
Save