changeset 1819:4fb9af0c65b6

Update verison number in liblastem.c
author Mike Pavone <pavone@retrodev.com>
date Sun, 31 Mar 2019 12:38:47 -0700
parents 243f3a7247f9
children 70a1304b432b
files libblastem.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libblastem.c	Sun Mar 31 12:37:28 2019 -0700
+++ b/libblastem.c	Sun Mar 31 12:38:47 2019 -0700
@@ -69,7 +69,7 @@
 RETRO_API void retro_get_system_info(struct retro_system_info *info)
 {
 	info->library_name = "BlastEm";
-	info->library_version = "0.6.2-pre"; //TODO: share this with blastem.c
+	info->library_version = "0.6.3-pre"; //TODO: share this with blastem.c
 	info->valid_extensions = "md|gen|sms|bin|rom";
 	info->need_fullpath = 0;
 	info->block_extract = 0;