Skip to content

Commit

Permalink
Corrected version numbers for a.m.o
Browse files Browse the repository at this point in the history
  • Loading branch information
1ec5 committed Jun 4, 2008
1 parent a92d397 commit 00c7e47
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ PRUNE_DIRS= # exclude files with these directories in their paths (space
BEFORE_BUILD= # run this before building (bash command)
AFTER_BUILD= # ...and this after the build (bash command)

REV_NUM=`svnversion -n | cat`
REV_NUM=24

if [ -z $1 ]; then
. ./config_build.sh
Expand Down
10 changes: 5 additions & 5 deletions install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>2.0pre</em:minVersion>
<em:minVersion>2.0a1</em:minVersion>
<em:maxVersion>3.0.*</em:maxVersion>
</Description>
</em:targetApplication>
Expand All @@ -49,17 +49,17 @@
<em:targetApplication>
<Description>
<em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
<em:minVersion>2.0pre</em:minVersion>
<em:maxVersion>3.0a1</em:maxVersion>
<em:minVersion>2.0a1</em:minVersion>
<em:maxVersion>3.0a2pre</em:maxVersion>
</Description>
</em:targetApplication>

<!-- SeaMonkey -->
<em:targetApplication>
<Description>
<em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
<em:minVersion>1.1pre</em:minVersion>
<em:maxVersion>2.0a1pre</em:maxVersion>
<em:minVersion>1.1a</em:minVersion>
<em:maxVersion>2.0a1</em:maxVersion>
</Description>
</em:targetApplication>
</Description>
Expand Down

0 comments on commit 00c7e47

Please sign in to comment.