Skip to content

Commit 8c720c8

Browse files
committed
msvs: fix build
1 parent d36523c commit 8c720c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nuget/build_nuget.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ $scriptdir = Split-Path $MyInvocation.MyCommand.Path
33
cd $scriptdir
44

55
#extract version from debian/changelog
6-
$ver = (Get-Content ..\debian\changelog -Head 1) -replace ".*\((\d*\.\d*\.\d*)(\-\d+){0,1}\).*",'$1'
6+
$ver = (Get-Content ..\build\debian\changelog -Head 1) -replace ".*\((\d*\.\d*\.\d*)(\-\d+){0,1}\).*",'$1'
77
#Write-Host $ver
88

99
#insert version into all *.in files

0 commit comments

Comments
 (0)