Skip to content

Commit

Permalink
v4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
spiiin committed Jan 3, 2018
1 parent f20c3fa commit e00438a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CadEditor/FormMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1048,7 +1048,7 @@ private void tbbShowInfo_Click(object sender, EventArgs e)

private void setWindowText()
{
Text = String.Format("CAD Editor v4.6 - {0}", OpenFile.FileName);
Text = String.Format("CAD Editor v4.7 - {0}", OpenFile.FileName);
}
}
}
2 changes: 1 addition & 1 deletion CadEditor/make_release.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os, glob, shutil, zipfile

VERSION = "46"
VERSION = "47"
RELEASE_FOLDER = "../Release/cad_editor_v%s" % VERSION
ZIP_NAME = "../Release/cad_editor_v%s.zip" % VERSION

Expand Down
13 changes: 12 additions & 1 deletion CadEditor/readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-------------------------------------------------------------------------------
[RUS]
�������� ������� ��� ��� [NES/SEGA/SNES/GBA].
������ 4.6
������ 4.7
-------------------------------------------------------------------------------

������ ������ �������������� ��� � ����� cad_editor_supported_games.txt
Expand Down Expand Up @@ -474,6 +474,17 @@ v4.6
���� ���������, ���������� ����� ��������, ����������� ���� ������, �����, ����� ���������� ��� ���� ������ �����
- �������� ������ �������� ������� (� ����� ������� �������������, ������������ �� ���� � ���������� � ROM-�����)
- ���� ������� ��� Zombies Ate My Neighbors

v4.7
- ���� ����������� ������-����� ��� ������� � ������ �����������
- ��������� �������� ���� ������ ��� �������� ������ � ���������� ���������
- ������� ��� ��� (�����/����������/������) [NES]:
New Ghostbusters 2 (��� ������)
Shatterhand (��� ������)
Challenger (�������-�����)
Captain Planet (1 �������)
Takeshi Chousenjou (1 �����)
Cheetahmen 2 (1 �������)



Expand Down

0 comments on commit e00438a

Please sign in to comment.