parent
00f1a14ca5
commit
1a96524abb
4
kvm.ps1
4
kvm.ps1
|
|
@ -1,4 +1,4 @@
|
||||||
#Requires -Version 4
|
#Requires -Version 3
|
||||||
|
|
||||||
$ScriptPath = $MyInvocation.MyCommand.Definition
|
$ScriptPath = $MyInvocation.MyCommand.Definition
|
||||||
|
|
||||||
|
|
@ -59,7 +59,7 @@ function _WriteOut {
|
||||||
|
|
||||||
### Constants
|
### Constants
|
||||||
$ProductVersion="1.0.0"
|
$ProductVersion="1.0.0"
|
||||||
$BuildVersion="beta4-10332"
|
$BuildVersion="beta4-10333"
|
||||||
$Authors="Microsoft Open Technologies, Inc."
|
$Authors="Microsoft Open Technologies, Inc."
|
||||||
|
|
||||||
# If the Version hasn't been replaced...
|
# If the Version hasn't been replaced...
|
||||||
|
|
|
||||||
2
kvm.sh
2
kvm.sh
|
|
@ -2,7 +2,7 @@
|
||||||
# Source this file from your .bash-profile or script to use
|
# Source this file from your .bash-profile or script to use
|
||||||
|
|
||||||
# "Constants"
|
# "Constants"
|
||||||
_KVM_BUILDNUMBER="beta4-10332"
|
_KVM_BUILDNUMBER="beta4-10333"
|
||||||
_KVM_AUTHORS="Microsoft Open Technologies, Inc."
|
_KVM_AUTHORS="Microsoft Open Technologies, Inc."
|
||||||
_KVM_RUNTIME_PACKAGE_NAME="kre"
|
_KVM_RUNTIME_PACKAGE_NAME="kre"
|
||||||
_KVM_RUNTIME_FRIENDLY_NAME="K Runtime"
|
_KVM_RUNTIME_FRIENDLY_NAME="K Runtime"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue