Version bump

This commit is contained in:
Florian Rival
2015-09-10 12:47:32 +02:00
parent af4145f923
commit 958d9bcda5
3 changed files with 394 additions and 370 deletions

View File

@@ -685,7 +685,7 @@ void LayoutEditorCanvas::UpdateSize()
//Scene takes all the space available in edition mode.
Window::setSize(sf::Vector2u(width * scaleFactor, height * scaleFactor));
wxWindowBase::SetPosition(wxPoint(0,0));
wxWindowBase::SetSize(width, height);
wxWindowBase::SetSize(width * scaleFactor, height * scaleFactor);
UpdateViewAccordingToZoomFactor();
}

View File

@@ -5,7 +5,7 @@ namespace AutoVersion{
//Date Version Types
static const char GDCore_DATE[] = "10";
static const char GDCore_MONTH[] = "08";
static const char GDCore_MONTH[] = "09";
static const char GDCore_YEAR[] = "2015";
//Software Status
@@ -15,12 +15,12 @@ namespace AutoVersion{
//Standard Version Type
static const long GDCore_MAJOR = 4;
static const long GDCore_MINOR = 0;
static const long GDCore_BUILD = 85;
static const long GDCore_BUILD = 86;
static const long GDCore_REVISION = 0;
//Miscellaneous Version Types
#define GDCore_RC_FILEVERSION 4,0,85,0
#define GDCore_RC_FILEVERSION_STRING "4, 0, 85, 0\0"
static const char GDCore_FULLVERSION_STRING[] = "4.0.85.0";
#define GDCore_RC_FILEVERSION 4,0,86,0
#define GDCore_RC_FILEVERSION_STRING "4, 0, 86, 0\0"
static const char GDCore_FULLVERSION_STRING[] = "4.0.86.0";
}
#endif //GDCORE_VERSION_H

File diff suppressed because it is too large Load Diff