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 - SDL shared library file has wrong version number
Summary: SDL shared library file has wrong version number
Status: RESOLVED WONTFIX
Alias: None
Product: SDL
Classification: Unclassified
Component: *don't know* (show other bugs)
Version: 1.2.14
Hardware: PowerPC Mac OS Classic
: P2 enhancement
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-19 15:37 UTC by potato512
Modified: 2011-12-29 01:19 UTC (History)
1 user (show)

See Also:


Attachments
1.2.13 changed to 1.2.14 (1.11 KB, text/plain)
2010-04-19 15:52 UTC, potato512
Details

Note You need to log in before you can comment on or make changes to this bug.
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.