Skip to content

Commit

Permalink
2.0.1
Browse files Browse the repository at this point in the history
・リクエスト"2"に対するリプライで末尾以外のスペースを削除しました。
  • Loading branch information
nathancorvussolis committed Aug 5, 2014
1 parent 7cd8d75 commit f65ce18
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.TXT
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

-------------------------------------------------------------------------------

crvskkserv 2.0.0
crvskkserv 2.0.1

-------------------------------------------------------------------------------

Expand Down
10 changes: 5 additions & 5 deletions crvskkserv/crvskkserv.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
#pragma once

#define RC_PRODUCT "crvskkserv"
#define RC_VERSION "2.0.0"
#define RC_VERSION_D 2,0,0,0
#define RC_TITLE "crvskkserv (ver. 2.0.0)"
#define RC_VERSION "2.0.1"
#define RC_VERSION_D 2,0,1,0
#define RC_TITLE "crvskkserv (ver. 2.0.1)"
#define RC_AUTHOR "nathancorvussolis"

#define APP_TITLE L"crvskkserv"
#define APP_VERSION L"2.0.0"
#define RES_VER RC_PRODUCT " (" RC_VERSION ") "
#define APP_VERSION L"2.0.1"
#define RES_VER RC_PRODUCT "(" RC_VERSION ") "

#define REQ_END '0'
#define REQ_KEY '1'
Expand Down

0 comments on commit f65ce18

Please sign in to comment.