-
Notifications
You must be signed in to change notification settings - Fork 181
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
7 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# "Makefile" for graftcp. | ||
# Copyright (C) 2016, 2018, 2020, 2021 Hmgle <[email protected]> | ||
# Copyright (C) 2016, 2018, 2020, 2021, 2023 Hmgle <[email protected]> | ||
# | ||
# This program is free software: you can redistribute it and/or modify | ||
# it under the terms of the GNU General Public License as published by | ||
|
@@ -46,7 +46,7 @@ else | |
endif | ||
|
||
ifneq ($(shell echo $(VERSION) | head -c 1), v) | ||
VERSION=v0.5 | ||
VERSION=v0.6 | ||
endif | ||
CFLAGS += -DVERSION=\"$(VERSION)\" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
ifneq ($(shell echo $(VERSION) | head -c 1), v) | ||
VERSION=v0.5 | ||
VERSION=v0.6 | ||
endif | ||
|
||
GO_BUILD_PREFIX_FLAGS := | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ import ( | |
|
||
var ( | ||
selectProxyMode string | ||
version = "v0.5" | ||
version = "v0.6" | ||
) | ||
|
||
// App for graftcp-local. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters