Skip to content

Commit

Permalink
Final! :)
Browse files Browse the repository at this point in the history
  • Loading branch information
toxieainc committed Jan 29, 2025
1 parent 38f4a9f commit ecd032e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion release/bugs.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
****** As of Version 3.6 (XX XXth, 2025) ******
****** As of Version 3.6 (January 29th, 2025) ******

Major bugs in PinMAME that we are aware of:
-------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion release/pinmame.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
PinMAME
(Pinball Multiple Arcade Machine Emulator)
Version 3.6
(XX XXth, 2025)
(January 29th, 2025)
https://github.com/vpinball/pinmame/
**************************************************************************************

Expand Down
2 changes: 1 addition & 1 deletion release/visual pinmame.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
**************************************************************************************
Visual PinMAME
Version 3.6
(XX XXth, 2025)
(January 29th, 2025)
https://github.com/vpinball/pinmame/
**************************************************************************************

Expand Down
2 changes: 1 addition & 1 deletion release/whatsnew.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ What's new in PinMAME:
(see whatsnewVPM.txt for the Visual PinMAME exclusive changes!)


Version 3.6 (XX XXth, 2025) - "Sounds good III / Looks good"
Version 3.6 (January 29th, 2025) - "Sounds good III / Looks good"
------------------------------------------------------------------------------

"AltSound 2.0"
Expand Down
2 changes: 1 addition & 1 deletion release/whatsnewVPM.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ What's new in Visual PinMAME:
(see whatsnew.txt for the PinMAME core changes!)


Version 3.6 (XX XXth, 2025) - "Sounds good III / Looks good"
Version 3.6 (January 29th, 2025) - "Sounds good III / Looks good"
------------------------------------------------------------------------------
- Add 'ModOutputType' to COM-API for new PWM support (see whatsnew.txt and https://github.com/vpinball/pinmame/pull/89 for details and usage)

Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

// Complete version string for log, crash handler,...
#define PM_VERSION_STRING_FULL_LITERAL "v" STR(VERSION_MAJOR) "." STR(VERSION_MINOR) "." STR(VERSION_REV) \
" Beta (Rev. " STR(GIT_REVISION) " (" GIT_SHA "), " GET_PLATFORM_OS " " GET_PLATFORM_BITS "bits)"
" Final (Rev. " STR(GIT_REVISION) " (" GIT_SHA "), " GET_PLATFORM_OS " " GET_PLATFORM_BITS "bits)"

#define PASTE2(a,b) a##b
#define PASTE(a,b) PASTE2(a,b)

0 comments on commit ecd032e

Please sign in to comment.