mirror of
				https://github.com/libsdl-org/SDL.git
				synced 2025-10-26 12:27:44 +00:00 
			
		
		
		
	Moved the SDL version back to SDL_version.h
Added a comment at the top of SDL.h with the current version, for informational purposes
This commit is contained in:
		| @@ -23,7 +23,7 @@ def main(): | ||||
|         exit(1) | ||||
|  | ||||
|     # Check whether we can still modify the ABI | ||||
|     version_header = pathlib.Path( SDL_INCLUDE_DIR / "SDL.h" ).read_text() | ||||
|     version_header = pathlib.Path( SDL_INCLUDE_DIR / "SDL_version.h" ).read_text() | ||||
|     if not re.search("SDL_MINOR_VERSION\s+[01]\s", version_header): | ||||
|         raise Exception("ABI is frozen, symbols cannot be renamed") | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sam Lantinga
					Sam Lantinga