Skip to content

Commit

Permalink
Merge pull request #317 from pshipton/sha0.43
Browse files Browse the repository at this point in the history
(0.43) Add OpenJCEPlus SHA to release info
  • Loading branch information
keithc-ca committed Jan 30, 2024
2 parents 2d1bdba + c873c02 commit 2aad089
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion closed/custom/ReleaseFile.gmk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ===========================================================================
# (c) Copyright IBM Corp. 2017, 2022 All Rights Reserved
# (c) Copyright IBM Corp. 2017, 2024 All Rights Reserved
# ===========================================================================
# This code is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License version 2 only, as
Expand All @@ -21,3 +21,6 @@
SOURCE_REVISION := OpenJDK:$(shell $(GIT) -C $(TOPDIR) rev-parse --short HEAD)
SOURCE_REVISION += OpenJ9:$(shell $(GIT) -C $(OPENJ9_TOPDIR) rev-parse --short HEAD)
SOURCE_REVISION += OMR:$(shell $(GIT) -C $(OPENJ9OMR_TOPDIR) rev-parse --short HEAD)
ifeq (true,$(BUILD_OPENJCEPLUS))
SOURCE_REVISION += OpenJCEPlus:$(shell $(GIT) -C $(OPENJCEPLUS_TOPDIR) rev-parse --short HEAD)
endif

0 comments on commit 2aad089

Please sign in to comment.