Skip to content

Commit

Permalink
version updated to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
parvit committed Apr 3, 2023
1 parent 7ad6c73 commit e2c67b2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion installer/installer.wxs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Product Id="*" UpgradeCode="{A61174C8-632E-41AC-8AF4-3C27F455298F}" Version="1.0.2.1" Language="1033" Name="QPep" Manufacturer="ProjectFaster">
<Product Id="*" UpgradeCode="{A61174C8-632E-41AC-8AF4-3C27F455298F}" Version="1.0.3.0" Language="1033" Name="QPep" Manufacturer="ProjectFaster">
<Package InstallerVersion="300" Compressed="yes" InstallPrivileges="elevated" InstallScope="perMachine"/>
<Media Id="1" Cabinet="qpep.cab" EmbedCab="yes" />

Expand Down
2 changes: 1 addition & 1 deletion version/version_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ package version

var (
VERSION_MAJOR = 0
VERSION_MINOR = 1
VERSION_MINOR = 3
VERSION_PATCH = 0
)
2 changes: 1 addition & 1 deletion version/version_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ package version

var (
VERSION_MAJOR = 0
VERSION_MINOR = 2
VERSION_MINOR = 3
VERSION_PATCH = 0
)
12 changes: 6 additions & 6 deletions version/versioninfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@
"FixedFileInfo": {
"FileVersion": {
"Major": 0,
"Minor": 2,
"Patch": 1,
"Minor": 3,
"Patch": 0,
"Build": 0
},
"ProductVersion": {
"Major": 0,
"Minor": 2,
"Patch": 1,
"Minor": 3,
"Patch": 0,
"Build": 0
}
},
"StringFileInfo": {
"FileDescription": "QPep - High-latency network accelerator",
"FileVersion": "v0.2.1.0",
"FileVersion": "v0.3.0.0",
"InternalName": "qpep.exe",
"ProductName": "QPep",
"ProductVersion": "v0.2.1",
"ProductVersion": "v0.3.0",
"SpecialBuild": ""
},
"IconPath": "../qpep-tray/icons/main_icon_connected.ico"
Expand Down

0 comments on commit e2c67b2

Please sign in to comment.