From 6831d57b83136e4067cf81838d99ed7c23633a2f Mon Sep 17 00:00:00 2001 From: TANIGAWA Takashi Date: Fri, 12 Apr 2013 20:12:21 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=90=E3=83=BC=E3=82=B8=E3=83=A7=E3=83=B3?= =?UTF-8?q?=E7=95=AA=E5=8F=B7=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/version.h | 48 ++++++++++++++++++++++++------------------------ doc/history.txt | 5 +++++ 2 files changed, 29 insertions(+), 24 deletions(-) diff --git a/common/version.h b/common/version.h index 2475badf..90fe5522 100644 --- a/common/version.h +++ b/common/version.h @@ -1,36 +1,36 @@ #pragma once -#define MIHAJONG_MAJOR_VER 1 -#define MIHAJONG_MINOR_VER 99 -#define MIHAJONG_PATCH_VER 11 -#define MIHAJONG_VER "2.0RC1" +#define MIHAJONG_MAJOR_VER 2 +#define MIHAJONG_MINOR_VER 0 +#define MIHAJONG_PATCH_VER 0 +#define MIHAJONG_VER "2.0.0" -#define MJCORE_MAJOR_VER 1 -#define MJCORE_MINOR_VER 99 -#define MJCORE_PATCH_VER 11 -#define MJCORE_VER "2.0RC1" +#define MJCORE_MAJOR_VER 2 +#define MJCORE_MINOR_VER 0 +#define MJCORE_PATCH_VER 0 +#define MJCORE_VER "2.0.0" #define LOGGER_MAJOR_VER 2 #define LOGGER_MINOR_VER 0 #define LOGGER_PATCH_VER 0 #define LOGGER_VER "2.0.0" -#define ASTRO_MAJOR_VER 1 -#define ASTRO_MINOR_VER 7 -#define ASTRO_PATCH_VER 10 -#define ASTRO_VER "1.7.10" +#define ASTRO_MAJOR_VER 2 +#define ASTRO_MINOR_VER 0 +#define ASTRO_PATCH_VER 0 +#define ASTRO_VER "2.0.0" -#define SOCKET_MAJOR_VER 1 -#define SOCKET_MINOR_VER 99 -#define SOCKET_PATCH_VER 11 -#define SOCKET_VER "2.0RC1" +#define SOCKET_MAJOR_VER 2 +#define SOCKET_MINOR_VER 0 +#define SOCKET_PATCH_VER 0 +#define SOCKET_VER "2.0.0" -#define SOUND_MAJOR_VER 1 -#define SOUND_MINOR_VER 99 -#define SOUND_PATCH_VER 1 -#define SOUND_VER "2.0beta1" +#define SOUND_MAJOR_VER 2 +#define SOUND_MINOR_VER 0 +#define SOUND_PATCH_VER 0 +#define SOUND_VER "2.0.0" -#define GRAPHIC_MAJOR_VER 1 -#define GRAPHIC_MINOR_VER 99 -#define GRAPHIC_PATCH_VER 11 -#define GRAPHIC_VER "2.0RC1" +#define GRAPHIC_MAJOR_VER 2 +#define GRAPHIC_MINOR_VER 0 +#define GRAPHIC_PATCH_VER 0 +#define GRAPHIC_VER "2.0.0" diff --git a/doc/history.txt b/doc/history.txt index 4a3f8c08..ef50a0b7 100644 --- a/doc/history.txt +++ b/doc/history.txt @@ -5,6 +5,11 @@ ■ バージョン履歴 + ▼ [2.0.0] 2013年4月12日 + +  ソースコードを一部整理。 +  正式公開。 + ▼ [2.0-RC1] 2013年4月11日  通信対戦機能とチャット機能を実装。