Changeset 2743

Show
Ignore:
Timestamp:
2007-05-19 02:50:01 (2 years ago)
Author:
ctford
Message:

Update version info.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • AnnodexFirefoxExtension/branches/cafe/Installer/install.js

    r2314 r2743  
    3838 
    3939const REGISTERED_PACKAGE_NAME  = "/CSIRO/AnnodexViewer/VLCMediaEngine"; 
    40 const PACKAGE_VERSION         = "0.6.5"; 
     40const PACKAGE_VERSION         = "0.7.0"; 
    4141 
    4242// Initialise the installer 
     
    148148( 
    149149  REGISTERED_PACKAGE_NAME, 
    150   "0.6.5"
     150  PACKAGE_VERSION
    151151  "bin/plugins",                // jar source folder 
    152152  PluginsDirectory,             // target folder 
  • AnnodexFirefoxExtension/branches/cafe/Installer/install.rdf

    r2591 r2743  
    2828   -   Andre Pang <andre.pang@csiro.au> 
    2929   -   Chris Chiu <chris.chiu@csiro.au> 
     30   -   Chris Ford <christophertford@gmail.com> 
    3031   - 
    3132   - Alternatively, the contents of this file may be used under the terms of 
     
    5051    <!-- properties --> 
    5152    <em:id>{B5C4CC1F-7FE4-45db-ABB2-D8EB25E5FBD9}</em:id> 
    52     <em:version>0.6.5</em:version> 
     53    <em:version>0.7.0</em:version> 
    5354    <!-- target Firefox --> 
    5455    <em:targetApplication> 
     
    5657         <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> 
    5758         <em:minVersion>0.9</em:minVersion> 
    58          <em:maxVersion>2.*</em:maxVersion> 
     59         <em:maxVersion>2.0.0.*</em:maxVersion> 
    5960      </Description> 
    6061    </em:targetApplication> 
     
    7677    <em:contributor>Silvia Pfeiffer</em:contributor> 
    7778    <em:contributor>Chris Chiu</em:contributor> 
     79    <em:contributor>Chris Ford</em:contributor> 
    7880  </Description>       
    7981</RDF>