Changeset 363 for trunk/icedtea-web/Config.kmk
- Timestamp:
- May 10, 2012, 11:39:52 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/icedtea-web/Config.kmk
r357 r363 8 8 9 9 PACKAGE_NAME := icedtea-web 10 PACKAGE_VERSION := 1.1.2 10 PACKAGE_VER_MAJOR := 1 11 PACKAGE_VER_MINOR := 1 12 PACKAGE_VER_PATCH := 2 13 PACKAGE_VERSION := $(PACKAGE_VER_MAJOR).$(PACKAGE_VER_MINOR).$(PACKAGE_VER_PATCH) 11 14 PACKAGE_STRING := $(PACKAGE_NAME) $(PACKAGE_VERSION) 12 15 PACKAGE_URL := http://icedtea.classpath.org/wiki/IcedTea-Web
Note:
See TracChangeset
for help on using the changeset viewer.