Skip to content

Commit

Permalink
バージョン番号を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
MihailJP committed Apr 12, 2013
1 parent 9c1c8db commit 6831d57
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 24 deletions.
48 changes: 24 additions & 24 deletions common/version.h
Original file line number Diff line number Diff line change
@@ -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"
5 changes: 5 additions & 0 deletions doc/history.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@

■ バージョン履歴

▼ [2.0.0] 2013年4月12日

 ソースコードを一部整理。
 正式公開。

▼ [2.0-RC1] 2013年4月11日

 通信対戦機能とチャット機能を実装。
Expand Down

0 comments on commit 6831d57

Please sign in to comment.