Skip to content

Commit

Permalink
Update bytecode version to 3.2.stable
Browse files Browse the repository at this point in the history
  • Loading branch information
bruvzg committed Jan 31, 2020
1 parent 08f112b commit 4ac9ad8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion BYTECODE_HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
| | [c00427a](https://github.com/godotengine/godot/commit/c00427a) | `2019.06.01` | 13 | Added `move_toward` function |
| | [a60f242](https://github.com/godotengine/godot/commit/a60f242) | `2019.07.19` | 13 | Added `posmod` function |
| | [6694c11](https://github.com/godotengine/godot/commit/6694c11) | `2019.07.20` | 13 | Added `lerp_angle` function |
| | [5565f55](https://github.com/godotengine/godot/commit/5565f55) | `2019.08.26` | 13 | Added `ord` function |
| **3.2** | [5565f55](https://github.com/godotengine/godot/commit/5565f55) | `2019.08.26` | 13 | Added `ord` function |

### Branch 4.0 (vulkan)

Expand Down
2 changes: 1 addition & 1 deletion bytecode/bytecode_versions.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ struct GDScriptDecompVersion {
static GDScriptDecompVersion decomp_versions[] = {

{ 0xfffffff, "--- Please select bytecode version ---" },
{ 0x5565f55, "3.2.0 beta (5565f55 / 2019-08-26 / Bytecode version: 13) - added `ord` function" },
{ 0x5565f55, "3.2.0 release (5565f55 / 2019-08-26 / Bytecode version: 13) - added `ord` function" },
{ 0x6694c11, " 3.2 dev (6694c11 / 2019-07-20 / Bytecode version: 13) - added `lerp_angle` function" },
{ 0xa60f242, " 3.2 dev (a60f242 / 2019-07-19 / Bytecode version: 13) - added `posmod` function" },
{ 0xc00427a, " 3.2 dev (c00427a / 2019-06-01 / Bytecode version: 13) - added `move_toward` function" },
Expand Down
2 changes: 1 addition & 1 deletion editor/gdre_version.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define GDRE_VERSION "v0.0.6-poc (for Godot 3.2.dev)"
#define GDRE_VERSION "v0.0.6-poc (for Godot 3.2)"
4 changes: 2 additions & 2 deletions misc/dist/Godot RE Tools.app/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.0.3</string>
<string>0.0.6</string>
<key>CFBundleSignature</key>
<string>retoolsgodot</string>
<key>CFBundleVersion</key>
<string>0.0.3</string>
<string>0.0.6</string>
<key>LSMinimumSystemVersion</key>
<string>10.9.0</string>
<key>LSMinimumSystemVersionByArchitecture</key>
Expand Down

0 comments on commit 4ac9ad8

Please sign in to comment.