Skip to content

Commit

Permalink
Update to version 2.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mickelson committed Feb 16, 2022
1 parent bf3b42c commit 5b50df3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
#VERBOSE=1
#WINDOWS_XP=1

FE_VERSION=v2.6.1
FE_VERSION=v2.6.2

CC=gcc
CXX=g++
Expand Down
6 changes: 3 additions & 3 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
attract (2.6.1-1) unstable; urgency=low
attract (2.6.2-1) unstable; urgency=low

* Version 2.6.1 package.
* Version 2.6.2 package.

-- Andrew Mickelson <[email protected]> Fri, 17 Jan 2020 04:20:00 -0800
-- Andrew Mickelson <[email protected]> Tues, 15 Feb 2022 04:20:00 -0800
2 changes: 1 addition & 1 deletion extlibs/gameswf/gameswf/gameswf_environment.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ namespace gameswf

// stack access/manipulation
// @@ TODO do more checking on these
struct vm_stack : private array<as_value>
struct vm_stack : public array<as_value>
{
vm_stack() :
m_stack_size(0)
Expand Down

0 comments on commit 5b50df3

Please sign in to comment.