Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #110 from PowerShell/dantra/issue5130
Browse files Browse the repository at this point in the history
Update PSRP version to 1.4.1 to match OMI PSRP fixes.
  • Loading branch information
dantraMSFT authored Nov 14, 2017
2 parents cc47382 + 191245e commit b4f5e8f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion installbuilder/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ifeq ($(PF),Linux)
DISTRO_TYPE = $(PF)_$(PF_DISTRO)
endif

PSRP_VERSION = 1.4.0
PSRP_VERSION = 1.4.1
PSRP_PATCH_LEVEL = $(shell if [ -z "$$BUILD_NUMBER" ]; then echo "0"; else echo $$BUILD_NUMBER; fi)

INTERMEDIATE_DIR = $(TOP)/intermediate
Expand Down
8 changes: 4 additions & 4 deletions omi.version
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

OMI_BUILDVERSION_MAJOR=1
OMI_BUILDVERSION_MINOR=4
OMI_BUILDVERSION_PATCH=0
OMI_BUILDVERSION_BUILDNR=6
OMI_BUILDVERSION_DATE=20171107
OMI_BUILDVERSION_PATCH=1
OMI_BUILDVERSION_BUILDNR=0
OMI_BUILDVERSION_DATE=20171113
OMI_BUILDVERSION_STATUS=Developer_Build
OMI_BUILDVERSION_NUGET=1.4.100006
OMI_BUILDVERSION_NUGET=1.4.101000

#-------------------------------- End of File -----------------------------------
2 changes: 1 addition & 1 deletion psrp.version
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
# This version should match the PSRP_VERSION value in installbuilder/GNUmakefile
# NOTE: omi.version is copied from https://github.com/Microsoft/Build-omi

PSRP_BUILDVERSION=1.4.0
PSRP_BUILDVERSION=1.4.1

0 comments on commit b4f5e8f

Please sign in to comment.