mirror of
				https://github.com/RetroDECK/ES-DE.git
				synced 2025-04-10 19:15:13 +00:00 
			
		
		
		
	Bumped the version to 3.1.0-alpha
This commit is contained in:
		
							parent
							
								
									8d4322ca8f
								
							
						
					
					
						commit
						8b5a447da6
					
				|  | @ -19,7 +19,7 @@ endif() | |||
| project(es-de) | ||||
| 
 | ||||
| # Application version, update this when making a new release. | ||||
| set(ES_VERSION 3.0.3) | ||||
| set(ES_VERSION 3.1.0-alpha) | ||||
| 
 | ||||
| # Set this to ON to show verbose compiler output (e.g. compiler flags, include directories etc.) | ||||
| set(CMAKE_VERBOSE_MAKEFILE OFF CACHE BOOL "Show verbose compiler output" FORCE) | ||||
|  |  | |||
|  | @ -3,7 +3,7 @@ | |||
| <plist version="1.0"> | ||||
| <dict> | ||||
|     <key>CFBundleIdentifier</key> | ||||
|     <string>3.0.3</string> | ||||
|     <string>3.1.0-alpha</string> | ||||
|     <key>CFBundleDevelopmentRegion</key> | ||||
|     <string>English</string> | ||||
|     <key>CFBundleDisplayName</key> | ||||
|  | @ -11,7 +11,7 @@ | |||
|     <key>CFBundleExecutable</key> | ||||
|     <string>ES-DE</string> | ||||
|     <key>CFBundleGetInfoString</key> | ||||
|     <string>ES-DE 3.0.3</string> | ||||
|     <string>ES-DE 3.1.0</string> | ||||
|     <key>CFBundleIconFile</key> | ||||
|     <string>ES-DE.icns</string> | ||||
|     <key>CFBundleName</key> | ||||
|  | @ -21,9 +21,9 @@ | |||
|     <key>CFBundleSignature</key> | ||||
|     <string>ESDE</string> | ||||
|     <key>CFBundleShortVersionString</key> | ||||
|     <string>3.0.3</string> | ||||
|     <string>3.1.0-alpha</string> | ||||
|     <key>CFBundleVersion</key> | ||||
|     <string>3.0.3</string> | ||||
|     <string>3.1.0-alpha</string> | ||||
|     <key>CFBundleInfoDictionaryVersion</key> | ||||
|     <string>6.0</string> | ||||
|     <key>LSApplicationCategoryType</key> | ||||
|  |  | |||
|  | @ -2,7 +2,7 @@ ES-DE Frontend - Portable installation on Windows | |||
| ------------------------------------------------- | ||||
| 
 | ||||
| ES-DE release: | ||||
| 3.0.3 | ||||
| 3.1.0-alpha | ||||
| 
 | ||||
| The latest version can be downloaded from https://es-de.org | ||||
| 
 | ||||
|  |  | |||
										
											Binary file not shown.
										
									
								
							|  | @ -11,15 +11,15 @@ | |||
| // Do this version number update as the very last commit for the new release version.
 | ||||
| // clang-format off
 | ||||
| #define PROGRAM_VERSION_MAJOR        3 | ||||
| #define PROGRAM_VERSION_MINOR        0 | ||||
| #define PROGRAM_VERSION_MAINTENANCE  3 | ||||
| #define PROGRAM_RELEASE_NUMBER       44 | ||||
| #define PROGRAM_VERSION_MINOR        1 | ||||
| #define PROGRAM_VERSION_MAINTENANCE  0 | ||||
| #define PROGRAM_RELEASE_NUMBER       45 | ||||
| // clang-format on
 | ||||
| #define PROGRAM_VERSION_STRING "3.0.3" | ||||
| #define PROGRAM_VERSION_STRING "3.1.0-alpha" | ||||
| 
 | ||||
| #define PROGRAM_BUILT_STRING __DATE__ " - " __TIME__ | ||||
| 
 | ||||
| #define RESOURCE_VERSION_STRING "3,0,3\0" | ||||
| #define RESOURCE_VERSION_STRING "3,1,0\0" | ||||
| #define RESOURCE_VERSION PROGRAM_VERSION_MAJOR, PROGRAM_VERSION_MINOR, PROGRAM_VERSION_MAINTENANCE | ||||
| 
 | ||||
| #endif // ES_CORE_APPLICATION_VERSION_H
 | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue
	
	 Leon Styhre
						Leon Styhre