1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-13 21:25:48 +01:00

Fix :version for non-XPI installs. Fix :extensions in FF 3.6.

This commit is contained in:
Kris Maglione
2010-09-18 07:24:35 -04:00
parent ce179ee3b6
commit a53edafac1
12 changed files with 32 additions and 19 deletions

View File

@@ -1,6 +1,5 @@
#### configuration
VERSION = 1.0pre
NAME = pentadactyl
include ../common/Makefile

View File

@@ -4,7 +4,7 @@
<Description about="urn:mozilla:install-manifest">
<em:id>pentadactyl@dactyl.googlecode.com</em:id>
<em:name>Pentadactyl</em:name>
<em:version>@VERSION@</em:version>
<em:version>1.0b1pre</em:version>
<em:description>Firefox for Vim and Links addicts</em:description>
<em:creator>Kris Maglione</em:creator>
<em:homepageURL>http://dactyl.sf.net/Pentadactyl</em:homepageURL>