Ignore:
Timestamp:
May 10, 2012, 11:39:52 PM (13 years ago)
Author:
dmik
Message:

icedtea-web: Add resource strings that identify Mozilla plugins.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/icedtea-web/Config.kmk

    r357 r363  
    88
    99PACKAGE_NAME       := icedtea-web
    10 PACKAGE_VERSION    := 1.1.2
     10PACKAGE_VER_MAJOR  := 1
     11PACKAGE_VER_MINOR  := 1
     12PACKAGE_VER_PATCH  := 2
     13PACKAGE_VERSION    := $(PACKAGE_VER_MAJOR).$(PACKAGE_VER_MINOR).$(PACKAGE_VER_PATCH)
    1114PACKAGE_STRING     := $(PACKAGE_NAME) $(PACKAGE_VERSION)
    1215PACKAGE_URL        := http://icedtea.classpath.org/wiki/IcedTea-Web
Note: See TracChangeset for help on using the changeset viewer.