Skip to content

Commit

Permalink
Merge tag 'v0.76.1.10' into cnKiTTY
Browse files Browse the repository at this point in the history
dZ8Lx9OwX authored and dZ8Lx9OwX committed May 21, 2023
2 parents 9eddbbd + 3dba318 commit 6c53870
Showing 6 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 0.76b_My_PuTTY/version.h
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 1 addition & 1 deletion 0.76b_My_PuTTY/windows/dialog.c
Original file line number Diff line number Diff line change
@@ -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);

2 changes: 1 addition & 1 deletion 0.76b_My_PuTTY/windows/version.rc2
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 1 addition & 1 deletion 0.76b_My_PuTTY/windows/version_minor.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9
10
3 changes: 2 additions & 1 deletion 0.76b_My_PuTTY/windows/window.c
Original file line number Diff line number Diff line change
@@ -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 ) ;
}
}
2 changes: 1 addition & 1 deletion docs/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.76.1.9
0.76.1.10

0 comments on commit 6c53870

Please sign in to comment.