diff --git a/sakura_core/sakura_rc.rc b/sakura_core/sakura_rc.rc index 6dada1573a..48a9712a26 100644 --- a/sakura_core/sakura_rc.rc +++ b/sakura_core/sakura_rc.rc @@ -32,9 +32,9 @@ LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT #pragma code_page(932) #endif //_WIN32 -#define S_COPYRIGHT "Copyright (C) 1998-2016 by Norio Nakatani & Collaborators" -#define PR_VER 2,3,1,0 -#define PR_VER_STR "2.3.1.0" +#define S_COPYRIGHT "Copyright (C) 1998-2017 by Norio Nakatani & Collaborators" +#define PR_VER 2,3,2,0 +#define PR_VER_STR "2.3.2.0" #define FL_VER PR_VER #define FL_VER_STR PR_VER_STR diff --git a/sakura_lang_en_US/sakura_lang_rc.rc b/sakura_lang_en_US/sakura_lang_rc.rc index 56078e2bc1..a2f79e5b7d 100644 --- a/sakura_lang_en_US/sakura_lang_rc.rc +++ b/sakura_lang_en_US/sakura_lang_rc.rc @@ -34,9 +34,9 @@ LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT #pragma code_page(932) #endif //_WIN32 -#define S_COPYRIGHT "Copyright (C) 2011-2016 by Lucien & Collaborators" -#define PR_VER 2,3,1,0 -#define PR_VER_STR "2.3.1.0" +#define S_COPYRIGHT "Copyright (C) 2011-2017 by Lucien & Collaborators" +#define PR_VER 2,3,2,0 +#define PR_VER_STR "2.3.2.0" #define FL_VER PR_VER #define FL_VER_STR PR_VER_STR