mirror of
https://github.com/4ian/GDevelop.git
synced 2025-10-15 10:19:04 +00:00
Version bump
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
@@ -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
Reference in New Issue
Block a user