Skip to content

Commit

Permalink
修改版本号为1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaopei0418 committed Jul 13, 2019
1 parent e6c2822 commit b193f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exchange_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ void threadExit(int signum);


static char *PROJECT_NAME = "exchange";
static char *VERSION_NO = "1.1";
static char *VERSION_NO = "1.0";
static pthread_mutex_t main_mutex = PTHREAD_MUTEX_INITIALIZER;
static pthread_cond_t main_cond = PTHREAD_COND_INITIALIZER; /* main condition variable */
static FILE *LOGFILE;
Expand Down

0 comments on commit b193f2e

Please sign in to comment.