Advertisement
Guest User

mozvoikko.config?revision=3983 (mozvoikko-1.10.0-3)

a guest
Sep 27th, 2011
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. # ***** BEGIN LICENSE BLOCK *****
  2. # Copyright (C) 2007 Andris Pavenis <andris.pavenis@iki.fi>
  3. #
  4. # This program is free software; you can redistribute it and/or
  5. # modify it under the terms of the GNU General Public License
  6. # as published by the Free Software Foundation; either version 2
  7. # of the License, or (at your option) any later version.
  8. #
  9. # This program is distributed in the hope that it will be useful,
  10. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. # GNU General Public License for more details.
  13. #
  14. # You should have received a copy of the GNU General Public License
  15. # along with this program; if not, write to the Free Software
  16. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  17. #
  18. # ***** END LICENSE BLOCK *****
  19.  
  20. MOZVOIKKO_VERSION = 1.10.0
  21.  
  22. # Supported application versions.
  23. # For official list see:
  24. # https://addons.mozilla.org/en-US/firefox/pages/appversions
  25.  
  26. # Supported Firefox versions.
  27. MOZVOIKKO_FF_MIN = 3.0
  28. MOZVOIKKO_FF_MAX = 6.0.*
  29.  
  30. # Supported Thunderbird versions
  31. MOZVOIKKO_TB_MIN = 3.0
  32. MOZVOIKKO_TB_MAX = 3.3a2pre
  33.  
  34. # Supported SeaMonkey versions
  35. MOZVOIKKO_SM_MIN = 2.0
  36. MOZVOIKKO_SM_MAX = 2.1b2
  37.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement