Skip to content

Commit

Permalink
fix version merge
Browse files Browse the repository at this point in the history
  • Loading branch information
parvit committed Sep 10, 2024
1 parent 7a7e689 commit 00461e2
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shared/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ var strVersion string

var (
VERSION_MAJOR = 0
VERSION_MINOR = 4
VERSION_PATCH = 1
VERSION_MINOR = 5
VERSION_PATCH = 0
)

func init() {
Expand Down
25 changes: 25 additions & 0 deletions shared/version/versioninfo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"FixedFileInfo": {
"FileVersion": {
"Major": 0,
"Minor": 5,
"Patch": 0,
"Build": 0
},
"ProductVersion": {
"Major": 0,
"Minor": 5,
"Patch": 0,
"Build": 0
}
},
"StringFileInfo": {
"FileDescription": "QPep - High-latency network accelerator",
"FileVersion": "v0.5.0.0",
"InternalName": "qpep.exe",
"ProductName": "QPep",
"ProductVersion": "v0.5.0",
"SpecialBuild": ""
},
"IconPath": "../../qpep-tray/icons/main_icon_connected.ico"
}

0 comments on commit 00461e2

Please sign in to comment.