diff --git a/Makefile b/Makefile
index 6cc4ae033..f89685dcf 100644
--- a/Makefile
+++ b/Makefile
@@ -64,7 +64,7 @@
 #VERBOSE=1
 #WINDOWS_XP=1
 
-FE_VERSION=v2.6.1
+FE_VERSION=v2.6.2
 
 CC=gcc
 CXX=g++
diff --git a/debian/changelog b/debian/changelog
index 85656dac0..4b9b083c3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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 <andrew@attractmode.org>  Fri, 17 Jan 2020 04:20:00 -0800
+ -- Andrew Mickelson <andrew@attractmode.org>  Tues, 15 Feb 2022 04:20:00 -0800
diff --git a/extlibs/gameswf/gameswf/gameswf_environment.h b/extlibs/gameswf/gameswf/gameswf_environment.h
index df3e96d80..0017f4a39 100644
--- a/extlibs/gameswf/gameswf/gameswf_environment.h
+++ b/extlibs/gameswf/gameswf/gameswf_environment.h
@@ -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)