From 378549a715abea7a2a608d0568d3f8a72655a154 Mon Sep 17 00:00:00 2001 From: stephena Date: Sat, 7 Feb 2009 21:50:05 +0000 Subject: [PATCH] Final updates for the 2.7.3 release. git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1672 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba --- stella/Announce.txt | 20 +++++++++--------- stella/Changes.txt | 19 +++++++++++++++-- stella/Readme.txt | 4 ++-- stella/Todo.txt | 2 +- stella/debian/changelog | 7 ++++++ stella/docs/graphics/developer_stats.png | Bin 3995 -> 3895 bytes stella/docs/index.html | 16 +++++++------- stella/src/common/Version.hxx | 4 ++-- stella/src/emucore/Cart.cxx | 7 +++--- stella/src/emucore/FrameBuffer.hxx | 11 +++++----- stella/src/emucore/TIATables.cxx | 4 ++-- .../macosx/English.lproj/InfoPlist.strings | Bin 536 -> 536 bytes .../macosx/Info-StellaOSX__Upgraded_.plist | 6 +++--- stella/src/unix/stella.spec | 5 ++++- stella/src/win32/stella.iss | 12 +++++------ stella/src/win32/stella.rc | 8 +++---- 16 files changed, 76 insertions(+), 49 deletions(-) diff --git a/stella/Announce.txt b/stella/Announce.txt index 801f671e9..336088599 100644 --- a/stella/Announce.txt +++ b/stella/Announce.txt @@ -9,7 +9,7 @@ SSSS ttt eeeee llll llll aaaaa =============================================================================== - Release 2.7.2 for Linux, Mac OSX and Windows + Release 2.7.3 for Linux, Mac OSX and Windows =============================================================================== The Atari 2600 Video Computer System (VCS), introduced in 1977, was the most @@ -21,25 +21,25 @@ of your favorite Atari 2600 games again! Stella was originally developed for Linux by Bradford W. Mott, however, it has been ported to a number of other platforms. -This is the 2.7.2 release of Stella for Linux, Mac OSX, Windows and GP2X. +This is the 2.7.3 release of Stella for Linux, Mac OSX, Windows and GP2X. Distributions for other operating systems will appear as they become available. The distributions currently available are: - * Binary distribution in 32-bit RPM format for Linux (stella-2.7.2-1.i586.rpm) + * Binary distribution in 32-bit RPM format for Linux (stella-2.7.3-1.i586.rpm) - * Binary distribution in 32-bit Ubuntu DEB format (stella_2.7.2-1_i386.deb) + * Binary distribution in 32-bit Ubuntu DEB format (stella_2.7.3-1_i386.deb) - * Binary distribution in 64-bit Ubuntu DEB format (stella_2.7.2-1_amd64.deb) + * Binary distribution in 64-bit Ubuntu DEB format (stella_2.7.3-1_amd64.deb) - * Binary distribution for Mac OSX (StellaOSX2.7.2.dmg.gz) + * Binary distribution for Mac OSX (StellaOSX2.7.3.dmg.gz) - * Binary installer (exe) for Windows (stella-2.7.2-win32.exe) + * Binary installer (exe) for Windows (stella-2.7.3-win32.exe) - * Binary zip for Windows (stella-2.7.2-win32.zip) + * Binary zip for Windows (stella-2.7.3-win32.zip) - * Binary zip for 64-bit Windows (stella-2.7.2-win64.zip) + * Binary zip for 64-bit Windows (stella-2.7.3-win64.zip) - * Source code distribution for all platforms (stella-2.7.2-src.tar.gz) + * Source code distribution for all platforms (stella-2.7.3-src.tar.gz) PLEASE DO NOT WRITE ASKING FOR ROM IMAGES TO USE WITH STELLA! ALL SUCH REQUESTS WILL BE IGNORED! diff --git a/stella/Changes.txt b/stella/Changes.txt index 64923642e..2ec0dfca2 100644 --- a/stella/Changes.txt +++ b/stella/Changes.txt @@ -12,13 +12,28 @@ Release History =============================================================================== +2.7.2 to 2.7.3: (Feb. 9, 2009) + + * Fixed rendering issues in software mode when using 24-bit colour depth. + This isn't as fast as 16 or 32-bit modes, so you're recommended to use + one of those whenever possible. + + * For the Win32 port: re-added ability to change the default location + for storing Stella config files. To use this, simply create a file + named 'basedir.txt' in the application directory containing the full + path where all Stella-related items should be stored. + + * Tweaked the TIA info statistics overlay to be smaller while still + including all relevant information. + +-Have fun! + + 2.7.1 to 2.7.2: (Jan. 27, 2009) * Fixed major bug in ROM Audit functionality; renaming ROMs would create files without an extension. --Have fun! - 2.7 to 2.7.1: (Jan. 26, 2009) diff --git a/stella/Readme.txt b/stella/Readme.txt index dda721eaf..f5e8a4245 100644 --- a/stella/Readme.txt +++ b/stella/Readme.txt @@ -1,4 +1,4 @@ -This is release 2.7.2 of Stella. Stella is a multi-platform Atari 2600 VCS +This is release 2.7.3 of Stella. Stella is a multi-platform Atari 2600 VCS emulator which allows you to play all of your favorite Atari 2600 games on your PC. You'll find the Stella Users Manual in the docs subdirectory. If you'd like to verify that you have the latest release of Stella visit @@ -9,4 +9,4 @@ the Stella Website at: Enjoy, The Stella Team -January 27, 2009 +February 9, 2009 diff --git a/stella/Todo.txt b/stella/Todo.txt index 9625779e0..1a096ce62 100644 --- a/stella/Todo.txt +++ b/stella/Todo.txt @@ -9,7 +9,7 @@ SSSS ttt eeeee llll llll aaaaa =============================================================================== - To Do List - January 2009 + To Do List - February 2009 =============================================================================== If you would like to contribute to Stella's development then find something diff --git a/stella/debian/changelog b/stella/debian/changelog index 39f8df9e7..48f3394a9 100644 --- a/stella/debian/changelog +++ b/stella/debian/changelog @@ -1,3 +1,10 @@ +stella (2.7.3-1) stable; urgency=low + + * Version 2.7.3 release + + -- Stephen Anthony Mon, 09 Feb 2009 18:38:25 +0200 + + stella (2.7.2-1) stable; urgency=low * Version 2.7.2 release diff --git a/stella/docs/graphics/developer_stats.png b/stella/docs/graphics/developer_stats.png index 94bc99e3ac9dfbf0e1d779647d7450114d843ab1..00f23ee75174603ff3beb23db8638875cb9226df 100644 GIT binary patch literal 3895 zcmcgudr;F?7QP_}5e$KrR*lL-T2X5i5QI(*1d)dbYQ>1Iu!%)25dv5#s2GTdL5qk5 z3oKxQB2am%K#)g5R#(s>f*XKKfG`+cX<#I1JzU%XwVAw1Es zx+gw9o^yMnukeR1++I8~0MsgbMa8HGoq@rp! zze{jb-YTK83;-|ZI^YeXPBr?-M1mvTQ{D!4mPW;5!4LAgo88`S{LS5bcT)4#YWZn9 zf39KJh%n~xCN&{#$XSwP0K3BN(;tX`@VhPf0Ujr&Uhuhs7bue3H;E@ja@q^z%TPLF zG}~Z9AH9Y*1lXU8EGZ5TA15DPGicaP&fZzG^-*{?Cg0G<=JHTXc+zso)VIMg*AfyE z+F*SFbXmmcul{b)w0=!cPGq78Q2KXSqeT8_vIDgM)^{(Wk+d!6cRZx5Tr4K7BPrJ?#u!ER|Y603IQjMU177U;q3)>A7;44DAE6CYP4!YME z`q+ML46f!4R!~wS_a;f6uHti`I1Ze*w~nOUTfDNJC%uLgS1a3L$Ky99I0jZ|ZM z%=R@3xOC+T0eFzcuv1S@%`LSRNynlMx6*t+0V%!!25s!az0Eqk-6m|nu}AL>5%Dr! zMY{bH`U8D*T9U!J&nl+I#2gdA?$t+8up5zv*yUWH2BMw=wS=^AiWwS9us~xdM>*3$>P;t!fTZNG`t;r$vh#PD{4Hk5jT|@#O3N+E z&M=U?u6y)b4Lot@be){wh&!K?r^|Q84 zP0i}ZKNvI=`Ia0pi-O+vI8#Lp9wOGD;a3%?gsRltB1`u=TA2$V_8(psGKHOdk5F zM{kYvNs#~wA0#KwdXkVWeVZnU&*gBy&z@%gJP8lLZSLLh6S+!Iz@I*2f5&w62^?^D zDN8-Ak4o#i8bLncBb=C6zG7UI`mZ%Gkf>B%rGn0%rxXXTMU@sL&vBhr0qy~~Lw>JF z+M9!81uyCYV~s%G%%y+OV&Q}0{JW`VV$-d{XMNG^Ux|L*tnu2P+DDc~gxPl50JfI0 zR?6#?&~QP(Wyk}&La7BGOMnk$F^~A%X`RKxpvmr;>uzxMi2#4`uN&HJP!4DcS>-T7 zw@-GkXYpFdZAO3=lfXW;K9~~H^6+)S$8R`^5;WYzFyhpdMcO9{3MYHvjW ziX=uBYHl=LVT@4yyK%S4ctuNL3X4h3JRy&cNF(YJ%v9&<=C<9BCDY4Gti#ze(fERM z8Ffr*Ko6HYCY_w1RhG$5@>8&cvRQfdP2>iZ5dGLK{o3~#)rIc-$~eK;@vI$`+sbSp z{{tR^nnDS>qQr{IJ~O-c+@IwBs-d}&K^Dn%begu*w_AHjwGZ7;O;M*J2DLCiq;Zmn z#HWrlcdaMzv}R-U>$i&W3v@X*Q+P-bGY;~}lFsm{eD5!jc}Xg;Y*MOoUUCHV%z8~X z=pCngq^vAv$a&`ZrhyF1o5GWqVVAM0jkEPBW|SrG)o)M3BfsYJBN4Kf<1Pti7i3+1 zLu!fJR6g1qt}c?ar1V%XHD5Bwx24}0Vu%H!invTM>gnu_U)?l+SyDWjk*}8;)>gK{ z7P%!aS{2}yTf^uAmfs8N7B`Q=OSvmrD0L*?c5Y|{(s0gZ|1C+%J&xyT9jlNG#>i+! z9nWvT>#a6lH4CE_EwA`4B@D^q$>T`Gp$)As=v7qRnIZAb?VMgl2S_sXPCR=?NXsM_ zRli8wf?|6qfy;xbI~5gMh3rh#B&?fVQ9f+}!lM!bf$+}-)tGCbkM3l|+{;z5C|tDu U0)t0O2heYa!~g&Q literal 3995 zcmd52nJ;XaGQWQAqen=9-&n0O%ZbcHDj7Y>KE0cg4U1LXO$I zMC|+!pJo2#hu2U(t6KKeeZOa|H|EpNPtu)lA~v|5(QQSsN2rv`eW5%;`r zZTs8j{qYDB-i?m%i7-KZB#TgLxhtqUKd*eRpvp2L)XE@m6#)N`9u{c<5bT9826k&8 zU0__F%72GeWf*ySHZ|RcBL3>)Enu*!k6GyvvBHes0?v{rhP$s778W-4nO~jS!5ZTG zGzGk-lp*+I4CSa8V=Rkf-^Az(;B#CJRN^;41!Ca%4 ztwuvw#cqO-{fHDE1ZdWIB#<3bioM9%N{s!fH7hQgYTGNX5}MK{Wh=qJIf3R_u#`$_ zKaS=mUGsJb)nAf$rzjvz2^gwR#8G9yRDURc-&I)kS6GF9dc?W z$v4JbXOPom5|a>@_W&((Ck}D=hy0*we_O-O+$|j+AV6Eu6JYh1o9(EmssRM>EZj}d zDE$VTF{+>{2fr$+st9j9NDQ~-FYZMT=wXdsOe!~ zl3cvw&_nbWOvRY-`4* zv&0gx=J<`k3LMbjpybM+XJ~of)U{5-+>AOZq#{+6{xd=y;oX2@eZEcX|gxL zP95-vC)Yn`JjxyQbTK~#Cjo{#a{#Yodr1Amiu--vrR>yo)jC2}e^9dZg8i}aR^f5O zRb2_Y&Uh5~ut0VT26RR{bh58*ps%~pqAe4GIft)=BFCPDi#`G?Tl%5g8%TIgT=^{{-vSV*LCrTs zeZEyosvW#M-w~$qx8Oe?L(kV{x`&Jozd%x`3c!5iK=2 zBF?zLXz4F8|HV@jqI7ZBF8a7yJd6Rjuv}Fxq|Un();(e!Ih~q*2FL18U}mT4MiK`af>#tc6-1yYW{BVkdMz# z1@^s&;7)0x!@{Rdy;xgYr&i*iHZOfOQ~~~%7@a-z`F`AilVS8G+r=3NyDYuM;GV-L zs*X(a8!Gvs?hiYobd8d2HDWeJnO5d;a9X-Ja#S}Sv$zal6#U5ByD zd5p2Yey~;8XyX31>a&f;D z^Cie|Twt?RAzivH(JL6wxvge*y)81)!eW5e`!iMy$9zBYhG?+6w{Cqy-HH zAEP5hk1kU^CDWjK_IJS>PYz>HLu(x{!k2U^J$fugnGudif! zM_t5TUsB>nrWl)O^D>~q;}4eQNm;8yjo6unF((=;18G8cf1IGz}OKLR5kr& z!_N*yumu-PuFmPd+=R=q(a3oFx9se76KQ!<&a)<0gAb+^D;LPNOzR~UFJGzNH1OWA ztPCH4@Ss-Sv(Z3Jo)&5C`@4X3ZD9t#fg4K!lLn_CYq|L0q_#2l2LGLm%`EEs3)ZnT zBgykOa^hYDpgmPiA4b(mX;1BCSexLR?^PzO?yEn-I@ca9AJ6XFl&oczpfV2HSM)j^ zp2>nXj6q&9X~sNSfiaq~Q|I8bs&f zp~nhKv8V8ay#vx`Q|nUhnWx7xJ0&Y47U4KnSRBJVF@huqpb5^?k`4{+rB_E&&o%UL z^xb`Ns-&w=mV^q*@dRp6`Q0c{>->m;JA3Cu?!!EV;-E}U`$ai7{Xx{7l2D^viIV=f z*6p*Amrj7~&8o$MA2(_nfBo-9KTkvZBuC-FymxpGCd7?KoJ5}8sK?V$@t^?H;FR0u zi4G`=i6`u&=Cn>@c0NC_h$xm0zvMM^<+ui*T!h$!IwQVSVt0DxsGx29HvIh+HNIE| zvA%0xD!;idXaIZF!Id(HjVxHV=uKFnfE$#9A06!CoAl%q

A multi-platform Atari 2600 VCS emulator

-

Release 2.7.2

+

Release 2.7.3



User's Guide

@@ -40,7 +40,7 @@


-
February 1999 - January 2009
+
February 1999 - February 2009
The Stella Team
Stella Homepage
@@ -2255,15 +2255,15 @@ frames per second, bankswitch and display formats, etc. The following shows an example of this information:

-

The three lines of output describe the following: +

The two lines of output describe the following:

    -
  1. Number of scanlines in current frame, and associated framerate. Note - that the framerate shown is the internal, virtual framerate - (it's calculated from the number of scanlines).
  2. -
  3. Display format. If the characters 'AUTO =>' are present, it means +
  4. Number of scanlines in current frame, associated framerate, and + resulting display format. Note that the framerate shown is the + internal, virtual framerate (it's calculated from the + number of scanlines). If the '*' character is present, it means the display format was auto-detected as shown. For the given example, the format was auto-detected as 'NTSC'.
  5. -
  6. Cartridge information. If the characters 'AUTO =>' are present, +
  7. Cartridge information. If the '*' character is present, it means the bankswitch format was auto-detected as shown. The item in round brackets indicates ROM size. For the given example, the bankswitch type was auto-detected as 4K, and the file size was diff --git a/stella/src/common/Version.hxx b/stella/src/common/Version.hxx index b18421956..2c3a0b362 100644 --- a/stella/src/common/Version.hxx +++ b/stella/src/common/Version.hxx @@ -13,13 +13,13 @@ // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: Version.hxx,v 1.50 2009-01-29 00:45:29 stephena Exp $ +// $Id: Version.hxx,v 1.51 2009-02-07 21:50:05 stephena Exp $ //============================================================================ #ifndef VERSION_HXX #define VERSION_HXX -#define STELLA_BASE_VERSION "2.7.3_cvs" +#define STELLA_BASE_VERSION "2.7.3" #ifdef NIGHTLY_BUILD #define STELLA_VERSION STELLA_BASE_VERSION "pre-" NIGHTLY_BUILD diff --git a/stella/src/emucore/Cart.cxx b/stella/src/emucore/Cart.cxx index f548a86d5..bd75cb8ba 100644 --- a/stella/src/emucore/Cart.cxx +++ b/stella/src/emucore/Cart.cxx @@ -13,7 +13,7 @@ // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: Cart.cxx,v 1.47 2009-01-06 23:02:18 stephena Exp $ +// $Id: Cart.cxx,v 1.48 2009-02-07 21:50:05 stephena Exp $ //============================================================================ #include @@ -76,16 +76,17 @@ Cartridge* Cartridge::create(const uInt8* image, uInt32 size, // See if we should try to auto-detect the cartridge type // If we ask for extended info, always do an autodetect + string autodetect = ""; if(type == "AUTO-DETECT" || settings.getBool("rominfo")) { string detected = autodetectType(image, size); - buf << "AUTO => "; + autodetect = "*"; if(type != "AUTO-DETECT" && type != detected) cerr << "Auto-detection not consistent: " << type << ", " << detected << endl; type = detected; } - buf << type << " (" << (size/1024) << "K) "; + buf << type << autodetect << " (" << (size/1024) << "K) "; myAboutString = buf.str(); // We should know the cart's type by now so let's create it diff --git a/stella/src/emucore/FrameBuffer.hxx b/stella/src/emucore/FrameBuffer.hxx index d6f854142..d0b1fd7dc 100644 --- a/stella/src/emucore/FrameBuffer.hxx +++ b/stella/src/emucore/FrameBuffer.hxx @@ -13,7 +13,7 @@ // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: FrameBuffer.hxx,v 1.118 2009-02-06 23:53:34 stephena Exp $ +// $Id: FrameBuffer.hxx,v 1.119 2009-02-07 21:50:05 stephena Exp $ //============================================================================ #ifndef FRAMEBUFFER_HXX @@ -91,7 +91,7 @@ enum { into FBSurfaces), are in turn drawn here as well. @author Stephen Anthony - @version $Id: FrameBuffer.hxx,v 1.118 2009-02-06 23:53:34 stephena Exp $ + @version $Id: FrameBuffer.hxx,v 1.119 2009-02-07 21:50:05 stephena Exp $ */ class FrameBuffer { @@ -426,8 +426,9 @@ class FrameBuffer // TIA palettes for normal and phosphor modes // 'myDefPalette' also contains the UI palette // The '24' version of myDefPalette is used in 24-bit colour mode, - // eliminates having to deal with endian and shift issues - // Phosphor mode doesn't have a corresponding + // eliminating having to deal with endian and shift issues + // Phosphor mode doesn't have a corresponding '24' mode, since it + // would require a 192KB lookup table Uint32 myDefPalette[256+kNumColors]; Uint32 myAvgPalette[256][256]; Uint8 myDefPalette24[256+kNumColors][3]; @@ -567,7 +568,7 @@ class FrameBuffer FrameBuffer type. @author Stephen Anthony - @version $Id: FrameBuffer.hxx,v 1.118 2009-02-06 23:53:34 stephena Exp $ + @version $Id: FrameBuffer.hxx,v 1.119 2009-02-07 21:50:05 stephena Exp $ */ // Text alignment modes for drawString() enum TextAlignment { diff --git a/stella/src/emucore/TIATables.cxx b/stella/src/emucore/TIATables.cxx index 0eb531c1a..81b90df4a 100644 --- a/stella/src/emucore/TIATables.cxx +++ b/stella/src/emucore/TIATables.cxx @@ -13,7 +13,7 @@ // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: TIATables.cxx,v 1.1 2009-01-19 16:52:32 stephena Exp $ +// $Id: TIATables.cxx,v 1.2 2009-02-07 21:50:05 stephena Exp $ //============================================================================ #include @@ -449,7 +449,7 @@ void TIATables::computePlayerPositionResetWhenTable() } } - // Let's do a sanity check on table entries + // Let's do a sanity check on table entries uInt32 s1 = 0, s2 = 0; for(newx = 0; newx < 160; ++newx) { diff --git a/stella/src/macosx/English.lproj/InfoPlist.strings b/stella/src/macosx/English.lproj/InfoPlist.strings index 229e82bfd46727acff9ae27afd69483cb066b5c8..66d9de7b53fd82ac94175c72a543c0aae6d0f7d6 100755 GIT binary patch delta 17 ZcmbQiGJ|EpA4cPee^VKaCnqy*1pqy#2Fw5e delta 17 ZcmbQiGJ|EpA4a2ze^VKaCMPp)1pqym2Fd^c diff --git a/stella/src/macosx/Info-StellaOSX__Upgraded_.plist b/stella/src/macosx/Info-StellaOSX__Upgraded_.plist index c9bc88f9f..72979c4ac 100644 --- a/stella/src/macosx/Info-StellaOSX__Upgraded_.plist +++ b/stella/src/macosx/Info-StellaOSX__Upgraded_.plist @@ -33,7 +33,7 @@ CFBundleExecutable StellaOSX CFBundleGetInfoString - StellaOSX 2.7.2 + StellaOSX 2.7.3 CFBundleHelpBookFolder docs CFBundleHelpBookName @@ -45,13 +45,13 @@ CFBundleInfoDictionaryVersion 6.0 CFBundleName - StellaOSX 2.7.2 + StellaOSX 2.7.3 CFBundlePackageType APPL CFBundleSignature StLa CFBundleVersion - StellaOSX 2.7.2 + StellaOSX 2.7.3 NSMainNibFile SDLMain.nib NSPrincipalClass diff --git a/stella/src/unix/stella.spec b/stella/src/unix/stella.spec index 340a1fb66..6145f95b8 100644 --- a/stella/src/unix/stella.spec +++ b/stella/src/unix/stella.spec @@ -1,5 +1,5 @@ %define name stella -%define version 2.7.2 +%define version 2.7.3 %define rel 1 %define enable_gl 1 @@ -107,6 +107,9 @@ rm -rf $RPM_BUILD_DIR/%{name}-%{version} %_datadir/icons/large/%{name}.png %changelog +* Mon Feb 9 2009 Stephen Anthony 2.7.3-1 +- Version 2.7.3 release + * Tue Jan 27 2009 Stephen Anthony 2.7.2-1 - Version 2.7.2 release diff --git a/stella/src/win32/stella.iss b/stella/src/win32/stella.iss index b623a680e..c14b17b60 100755 --- a/stella/src/win32/stella.iss +++ b/stella/src/win32/stella.iss @@ -3,14 +3,14 @@ [Setup] AppName=Stella -AppVerName=Stella 2.7.2 +AppVerName=Stella 2.7.3 AppPublisher=Bradford W. Mott and the Stella team AppPublisherURL=http://stella.sourceforge.net AppSupportURL=http://stella.sourceforge.net AppUpdatesURL=http://stella.sourceforge.net DefaultDirName={pf}\Stella DefaultGroupName=Stella -OutputBaseFilename=stella-2.7.2-win32 +OutputBaseFilename=stella-2.7.3-win32 Compression=lzma SolidCompression=yes @@ -21,10 +21,10 @@ Name: "eng"; MessagesFile: "compiler:Default.isl" Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked [Files] -Source: "..\..\stella-2.7.2\Stella.exe"; DestDir: "{app}"; Flags: ignoreversion -;Source: "..\..\stella-2.7.2\zlib1.dll"; DestDir: "{app}"; Flags: ignoreversion -Source: "..\..\stella-2.7.2\SDL.dll"; DestDir: "{app}"; Flags: ignoreversion -Source: "..\..\stella-2.7.2\docs\*"; DestDir: "{app}\docs"; Flags: ignoreversion recursesubdirs createallsubdirs +Source: "..\..\stella-2.7.3\Stella.exe"; DestDir: "{app}"; Flags: ignoreversion +;Source: "..\..\stella-2.7.3\zlib1.dll"; DestDir: "{app}"; Flags: ignoreversion +Source: "..\..\stella-2.7.3\SDL.dll"; DestDir: "{app}"; Flags: ignoreversion +Source: "..\..\stella-2.7.3\docs\*"; DestDir: "{app}\docs"; Flags: ignoreversion recursesubdirs createallsubdirs ; NOTE: Don't use "Flags: ignoreversion" on any shared system files [Icons] diff --git a/stella/src/win32/stella.rc b/stella/src/win32/stella.rc index f895e3a44..9c360f89e 100755 --- a/stella/src/win32/stella.rc +++ b/stella/src/win32/stella.rc @@ -36,8 +36,8 @@ IDI_ICON ICON "stella.ico" // VS_VERSION_INFO VERSIONINFO - FILEVERSION 2,7,2,0 - PRODUCTVERSION 2,7,2,0 + FILEVERSION 2,7,3,0 + PRODUCTVERSION 2,7,3,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -55,12 +55,12 @@ BEGIN VALUE "Comments", "The multi-platform Atari 2600 emulator. Stella is released under the GPL." VALUE "CompanyName", "Bradford W. Mott and the Stella team (http://stella.sourceforge.net)" VALUE "FileDescription", "Stella" - VALUE "FileVersion", "2.7.2" + VALUE "FileVersion", "2.7.3" VALUE "InternalName", "Stella" VALUE "LegalCopyright", "Copyright (C) 1995-2009 B. Mott & the Stella team" VALUE "OriginalFilename", "Stella.exe" VALUE "ProductName", "Stella" - VALUE "ProductVersion", "2.7.2" + VALUE "ProductVersion", "2.7.3" END END BLOCK "VarFileInfo"