build.properties | 2 +- win/VERSION.mak | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-)
New commits: commit 6811bc4820a6ad7cd078c96c19d61e6c26562afe Author: Noriko Hosoi nhosoi@redhat.com Date: Wed May 11 15:38:03 2016 -0700
version 1.1.16
Updated the value of PKGGUID and OLDGUID with uuidgen.
diff --git a/build.properties b/build.properties index a275820..e968e7a 100644 --- a/build.properties +++ b/build.properties @@ -23,7 +23,7 @@ lang=en
console.root=. console.version=11 -console.dotversion=1.1.15 +console.dotversion=1.1.16 console.dotgenversion=1.1
theme.core=389-console diff --git a/win/VERSION.mak b/win/VERSION.mak index 30f196d..6c8c80f 100644 --- a/win/VERSION.mak +++ b/win/VERSION.mak @@ -7,18 +7,18 @@ BRANDNOSPACE=389 # this is the vendor or manufacturer VENDOR=389 Project # the version -VERSION=1.1.15 +VERSION=1.1.16 # the name of the product - this is used in the title of the # installer, in the name of the folder, and in the name # of the shortcuts PRODUCTNAME=$(BRAND) Management Console # this is the GUID of the package - must be changed # when the version is changed - use uuidgen -n1 -PKGGUID=595875D5-C97E-442B-8C8C-66DD2A4583B4 +PKGGUID=DF505B7B-9D6A-4F39-8E50-A26434B05C02 # the upgrade GUID should usually not be changed UPGRADEGUID=7EA828C0-C219-438d-9BB3-3418DC900D60 # guid of old version to be removed -OLDGUID=3D26B463-9543-49F3-954E-C9AA3A76EC3A +OLDGUID=595875D5-C97E-442B-8C8C-66DD2A4583B4 OLDSHORTCUT=Fedora IDM Console.lnk OLDPROGRAMFOLDER=Fedora Identity Management Console # filename prefix for certain branded jar and script files