diff --git a/0.76b_My_PuTTY/version.h b/0.76b_My_PuTTY/version.h index 310558f..7eff131 100644 --- a/0.76b_My_PuTTY/version.h +++ b/0.76b_My_PuTTY/version.h @@ -1,5 +1,5 @@ #define RELEASE 0.76 #define TEXTVER "Release 0.76" #define SSHVER "-Release-0.76" -#define BINARY_VERSION 0,76,1,9 +#define BINARY_VERSION 0,76,1,10 #define SOURCE_COMMIT "unavailable" diff --git a/0.76b_My_PuTTY/windows/dialog.c b/0.76b_My_PuTTY/windows/dialog.c index b44cb99..e3e3ee8 100644 --- a/0.76b_My_PuTTY/windows/dialog.c +++ b/0.76b_My_PuTTY/windows/dialog.c @@ -275,7 +275,7 @@ static INT_PTR CALLBACK AboutProc(HWND hwnd, UINT msg, sprintf( buffer, "KiTTY - %s", BuildVersionTime ) ; SetDlgItemText(hwnd,IDA_VERSION,buffer); - str = dupprintf("关于%s_v0.76.1.9.1 - 这是一个KiTTY中文版本!", appname); + str = dupprintf("关于%s_v0.76.1.10.1 - 这是一个KiTTY中文版本!", appname); SetWindowText(hwnd, str); sfree(str); diff --git a/0.76b_My_PuTTY/windows/version.rc2 b/0.76b_My_PuTTY/windows/version.rc2 index afbdb7a..2b53910 100644 --- a/0.76b_My_PuTTY/windows/version.rc2 +++ b/0.76b_My_PuTTY/windows/version.rc2 @@ -43,7 +43,7 @@ BEGIN BEGIN #ifdef MOD_PERSO VALUE "CompanyName", "9bis.com" /* required :/ */ - VALUE "ProductName", "cnKiTTY_v0.76.1.9.1" + VALUE "ProductName", "cnKiTTY_v0.76.1.10.1" VALUE "FileDescription", APPDESC VALUE "InternalName", APPNAME VALUE "OriginalFilename", "KiTTY" diff --git a/0.76b_My_PuTTY/windows/version_minor.txt b/0.76b_My_PuTTY/windows/version_minor.txt index ec63514..f599e28 100644 --- a/0.76b_My_PuTTY/windows/version_minor.txt +++ b/0.76b_My_PuTTY/windows/version_minor.txt @@ -1 +1 @@ -9 +10 diff --git a/0.76b_My_PuTTY/windows/window.c b/0.76b_My_PuTTY/windows/window.c index ca71a01..ae103d6 100644 --- a/0.76b_My_PuTTY/windows/window.c +++ b/0.76b_My_PuTTY/windows/window.c @@ -7772,6 +7772,7 @@ char * make_title( char * fmt, const char * title ) { } } if( bb!=NULL ) { + res = (char*)realloc( res, strlen(res)+strlen(bb)+1 ) ; insert( res, bb, p ) ; } free(bb) ; @@ -7793,9 +7794,9 @@ char * make_title( char * fmt, const char * title ) { strcat( bb, k+1 ) ; nb++; } - res[1023]='\0'; } if( bb != NULL ) { + res = (char*)realloc( res, strlen(res)+strlen(bb)+1 ) ; insert( res, bb, p ) ; } } diff --git a/docs/version.txt b/docs/version.txt index 718bbed..5620e57 100644 --- a/docs/version.txt +++ b/docs/version.txt @@ -1 +1 @@ -0.76.1.9 \ No newline at end of file +0.76.1.10 \ No newline at end of file