productversion.mk (75d569a5) | productversion.mk (c4492ed7) |
---|---|
1#************************************************************** 2# 3# Licensed to the Apache Software Foundation (ASF) under one 4# or more contributor license agreements. See the NOTICE file 5# distributed with this work for additional information 6# regarding copyright ownership. The ASF licenses this file 7# to you under the Apache License, Version 2.0 (the 8# "License"); you may not use this file except in compliance --- 34 unchanged lines hidden (view full) --- 43# CAUTION! here the parsing result from openoffice.lst is NOT available, so this is hardcoded 44# but should not be. 45# It has to be equal to PRODUCTNAME:l:s/\s/\_/g - see solenv/bin/modules/installer/setupscript.pm 46PRODUCTLIST = openoffice 47 48# default values to minimize maintenance effort 49 50# CAUTION! $(OOOBASEVERSION) from openoffice.lst NOT available (!) | 1#************************************************************** 2# 3# Licensed to the Apache Software Foundation (ASF) under one 4# or more contributor license agreements. See the NOTICE file 5# distributed with this work for additional information 6# regarding copyright ownership. The ASF licenses this file 7# to you under the Apache License, Version 2.0 (the 8# "License"); you may not use this file except in compliance --- 34 unchanged lines hidden (view full) --- 43# CAUTION! here the parsing result from openoffice.lst is NOT available, so this is hardcoded 44# but should not be. 45# It has to be equal to PRODUCTNAME:l:s/\s/\_/g - see solenv/bin/modules/installer/setupscript.pm 46PRODUCTLIST = openoffice 47 48# default values to minimize maintenance effort 49 50# CAUTION! $(OOOBASEVERSION) from openoffice.lst NOT available (!) |
51PRODUCTVERSION = 4.1.15 | 51PRODUCTVERSION = 4.1.16 |
52 53# CAUTION! $(BRANDPACKAGEVERSION) from openoffice.lst NOT available (!) 54PRODUCTVERSIONSHORT = 4 55 56PKGVERSION = $(PRODUCTVERSION) 57# gnome-vfs treats everything behind the last '.' as an icon extension, 58# even though the "icon_filename" in '.keys' is specified as filename 59# without extension. Since it also does not know how to handle "2-writer" --- 18 unchanged lines hidden --- | 52 53# CAUTION! $(BRANDPACKAGEVERSION) from openoffice.lst NOT available (!) 54PRODUCTVERSIONSHORT = 4 55 56PKGVERSION = $(PRODUCTVERSION) 57# gnome-vfs treats everything behind the last '.' as an icon extension, 58# even though the "icon_filename" in '.keys' is specified as filename 59# without extension. Since it also does not know how to handle "2-writer" --- 18 unchanged lines hidden --- |