Skip to content

Commit

Permalink
1.5.75 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Broglia committed Nov 28, 2023
1 parent 47445e3 commit eaeac4d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions EmuFramework/metadata/conf.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
metadata_version = 1.5.74
metadata_version = 1.5.75
metadata_supportedMIMETypes = application/zip
metadata_supportedFileExtensions = rar 7z
android_metadata_versionCodeExtra = 16
Expand All @@ -15,4 +15,4 @@ pnd_metadata_subcategory = Emulator
pnd_metadata_website = http://www.explusalpha.com
pnd_metadata_license = GPLv3+
pnd_metadata_licenseURL = http://www.gnu.org/licenses/gpl.html
pnd_metadata_sourceCodeURL = http://www.explusalpha.com/home/general-info/development
pnd_metadata_sourceCodeURL = http://www.explusalpha.com/contents/emuex
2 changes: 1 addition & 1 deletion imagine/build.mk
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ prefix ?= $(IMAGINE_SDK_PLATFORM_PATH)
imaginePkgconfigTemplate := $(IMAGINE_PATH)/pkgconfig/imagine.pc
pkgName := $(libName)
pkgDescription := Game/Multimedia Engine
pkgVersion := 1.5.74
pkgVersion := 1.5.75
LDLIBS := -l$(libName) $(LDLIBS)
ifdef libNameExt
pkgCFlags := -DIMAGINE_CONFIG_H=$(configFilename)
Expand Down
2 changes: 1 addition & 1 deletion imagine/include/imagine/config/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
You should have received a copy of the GNU General Public License
along with Imagine. If not, see <http://www.gnu.org/licenses/> */

#define IMAGINE_VERSION_BASE "1.5.74"
#define IMAGINE_VERSION_BASE "1.5.75"

#ifdef NDEBUG
#define IMAGINE_VERSION IMAGINE_VERSION_BASE
Expand Down

0 comments on commit eaeac4d

Please sign in to comment.