We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 988

Summary: SDL shared library file has wrong version number
Product: SDL Reporter: potato512
Component: *don't know*Assignee: Sam Lantinga <slouken>
Status: RESOLVED WONTFIX QA Contact: Sam Lantinga <slouken>
Severity: enhancement    
Priority: P2 CC: icculus
Version: 1.2.14   
Hardware: PowerPC   
OS: Mac OS Classic   
Attachments: 1.2.13 changed to 1.2.14

Description potato512 2010-04-19 15:37:04 UTC
Upon building SDL 1.2.14 on Mac OS Classic (with the included MPW build scripts) I noticed the resulting shared library file had "1.2.13" as version number. This should be corrected to "1.2.14" (or to any subsequent version numbers, although officially none more are planned).
 
I have traced this problem to the file src/main/macos/SDL.shlib.r,
where line 18, 

#define VERSION_STRING 		"1.2.13"

should be changed to

#define VERSION_STRING 		"1.2.14"
Comment 1 potato512 2010-04-19 15:52:17 UTC
Created attachment 506 [details]
1.2.13 changed to 1.2.14
Comment 2 Ryan C. Gordon 2011-08-21 07:35:32 UTC
Two notes:

1) This line needs to change to "14" also:

#define REVISION     		13

2) This hasn't been applied to revision control because no one can rebuild the .sea.bin files.  :)

--ryan.