-
Notifications
You must be signed in to change notification settings - Fork 4
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
1 parent
fa4c820
commit ceb478c
Showing
2 changed files
with
12 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- a/version.h | ||
+++ b/version.h | ||
@@ -5,7 +5,7 @@ | ||
#define SSH_PORTABLE "p1" | ||
#define SSH_RELEASE_MINIMUM SSH_VERSION SSH_PORTABLE | ||
#ifdef SSH_EXTRAVERSION | ||
-#define SSH_RELEASE SSH_RELEASE_MINIMUM " " SSH_EXTRAVERSION | ||
+#define SSH_RELEASE SSH_RELEASE_MINIMUM " " "Deepin" | ||
#else | ||
#define SSH_RELEASE SSH_RELEASE_MINIMUM | ||
#endif |
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