forked from iqiyi/dpvs
-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 changed file
with
6 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,13 +1,13 @@ | ||
#!/bin/sh - | ||
# program: dpvs | ||
# Sep 6, 2019 | ||
# Commit: 33602b88b7a9cf3d9a0235673d952582c7680eb5 | ||
# "timer: add debug log when scheduled" | ||
# Oct 8, 2019 | ||
# Commit: 3d8f47575bd18ebfda88d83d869b36a18d2f49c1 | ||
# "route6: fix some problems" | ||
# Features: | ||
# 1. fix template conn crash problem | ||
# 2. add debug log in timer | ||
# 1. add dummy info and backtrace for dpvs timer crash problem | ||
# 2. fix some problems in route6 | ||
|
||
export VERSION=1.7 | ||
export RELEASE=7 | ||
export RELEASE=8 | ||
|
||
echo $VERSION-$RELEASE |