Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
magicseteditor
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
magicseteditor
Commits
a749f0f4
Commit
a749f0f4
authored
Jan 04, 2009
by
coppro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upped MSE's version number; pushed up M:tG's game version (spellcheck).
parent
93ebce22
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
data/magic.mse-game/game
data/magic.mse-game/game
+1
-1
src/util/version.cpp
src/util/version.cpp
+4
-3
No files found.
data/magic.mse-game/game
View file @
a749f0f4
mse version: 0.3.
7
mse version: 0.3.
8
short name: Magic
full name: Magic the Gathering
installer group: magic/game files
...
...
src/util/version.cpp
View file @
a749f0f4
...
...
@@ -50,7 +50,7 @@ template <> void GetDefaultMember::handle(const Version& v) {
// ----------------------------------------------------------------------------- : Versions
// NOTE: Don't use leading zeroes, they mean octal
const
Version
app_version
=
30
7
;
// 0.3.7
const
Version
app_version
=
30
8
;
// 0.3.7
#ifdef UNICODE
const
Char
*
version_suffix
=
_
(
" (beta)"
);
#else
...
...
@@ -74,11 +74,12 @@ const Char* version_suffix = _(" (beta, ascii build)");
* 0.3.5 : word lists, symbol font 'as text'
* 0.3.6 : free rotation, rotation behaviour changed.
* 0.3.7 : scripting language changes (@ operator, stricter type conversion).
* 0.3.8 : spellcheck, alignment:justify behavior changed, more scriptable fields.
*/
const
Version
file_version_locale
=
307
;
// 0.3.7
const
Version
file_version_set
=
306
;
// 0.3.6
const
Version
file_version_game
=
30
7
;
// 0.3.7
const
Version
file_version_stylesheet
=
30
7
;
// 0.3.7
const
Version
file_version_game
=
30
8
;
// 0.3.8
const
Version
file_version_stylesheet
=
30
8
;
// 0.3.8
const
Version
file_version_symbol_font
=
306
;
// 0.3.6
const
Version
file_version_export_template
=
307
;
// 0.3.7
const
Version
file_version_installer
=
307
;
// 0.3.7
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment