Skip to content
This repository has been archived by the owner on Aug 5, 2021. It is now read-only.

Commit

Permalink
up version
Browse files Browse the repository at this point in the history
  • Loading branch information
Genki Sugawara committed Apr 1, 2012
1 parent 676fda6 commit f3eddce
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Elasticfox_app/Contents/Info.plist
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.3.8</string>
<string>0.3.8-1</string>
<key>CFBundleSignature</key>
<string>EFOX</string>
<key>CFBundleVersion</key>
<string>0.0.1.20070616-0.3.8</string>
<string>0.0.1.20070616-0.3.8-1</string>
<key>NSAppleScriptEnabled</key>
<true/>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion Elasticfox_app/Contents/Resources/application.ini
@@ -1,7 +1,7 @@
[App]
Vendor=winebarrel
Name=Elasticfox
Version=1.7.000116-ec2tag-0.3.8
Version=1.7.000116-ec2tag-0.3.8-1
BuildID=$Id$
Copyright=Copyright (c) 2007 Amazon
ID=elasticfox@winebarrel
Expand Down
2 changes: 1 addition & 1 deletion Elasticfox_app/Contents/Resources/ec2ui_main_window.xul
Expand Up @@ -78,7 +78,7 @@
<menubar id="menubar">
<menu id="help-menu" label="Help">
<menupopup id="version-popup">
<menuitem label="About" oncommand="alert('Elasticfox-EC2Tag (version 1.7.000116-ec2tag-0.3.8)');"/>
<menuitem label="About" oncommand="alert('Elasticfox-EC2Tag (version 1.7.000116-ec2tag-0.3.8-1)');"/>
</menupopup>
</menu>
</menubar>
Expand Down
2 changes: 1 addition & 1 deletion build-win.sh
Expand Up @@ -15,4 +15,4 @@ rsync -rl /usr/local/xulrunner ./
cp /usr/local/xulrunner/xulrunner-stub.exe ./elasticfox.exe
cd ../
cygstart -w elasticfox.ci
mv setup.exe Elasticfox-ec2tag-0.3.8-setup.exe
mv setup.exe Elasticfox-ec2tag-0.3.8-1-setup.exe
2 changes: 1 addition & 1 deletion ec2ui/content/ec2ui/dialog_about.xul
Expand Up @@ -24,7 +24,7 @@
<description><html:p><html:a target="_blank" href="" onclick="openURL('http://sourceforge.net/projects/elasticfox/'); return false" style="color: blue; text-decoration: underline">sourceforge.net/projects/elasticfox</html:a></html:p></description>
</groupbox>
<groupbox>
<description class="header">elasticfox-ec2tag version 0.3.8</description>
<description class="header">elasticfox-ec2tag version 0.3.8-1</description>
<description><html:p>elasticfox-ec2tag is an improved version of Elasticfox.</html:p></description>
<description><html:p><html:a target="_blank" href="" onclick="openURL('https://github.com/cookpad/elasticfox-ec2tag'); return false" style="color: blue; text-decoration: underline">github.com/cookpad/elasticfox-ec2tag</html:a></html:p></description>
</groupbox>
Expand Down
2 changes: 1 addition & 1 deletion elasticfox/install.rdf
Expand Up @@ -6,7 +6,7 @@
<Description about="urn:mozilla:install-manifest">
<em:id>{2564a6b0-73ab-11e0-a1f0-0800200c9a66}</em:id>
<em:type>2</em:type>
<em:version>1.7.000116-ec2tag-0.3.8</em:version>
<em:version>1.7.000116-ec2tag-0.3.8-1</em:version>
<em:file resource="urn:mozilla:extension:file:ec2ui.jar"/>

<!-- Target Application this extension can install into,
Expand Down
2 changes: 1 addition & 1 deletion package.sh
@@ -1,5 +1,5 @@
#!/bin/sh
VERSION=0.3.8
VERSION=0.3.8-1
rm -f Elasticfox_app/Contents/Resources/application.ini
git checkout Elasticfox_app/Contents/Resources/application.ini
rm -f *.xpi
Expand Down

0 comments on commit f3eddce

Please sign in to comment.