1
0
mirror of https://github.com/deadw00d/AROS.git synced 2026-03-19 03:28:06 +00:00

Update version

This commit is contained in:
deadwood
2026-01-09 15:58:05 +01:00
parent b1c83acaa2
commit 744a5bc45a

View File

@ -17,6 +17,8 @@
#include "abiv0/include/aros/cpu.h"
#include "abiv0/include/input/structures.h"
const TEXT version_string[] = "$VER: EmuV0 0.42 (9.01.2026)";
struct DeviceProxy *abiv0TimerBase;
struct DeviceProxy *abiv0InputBase;
struct DeviceProxy *abiv0ConsoleBase;
@ -557,8 +559,6 @@ struct Device *TimerBase;
STRPTR program_name = NULL;
const TEXT version_string[] = "$VER: EmuV0 0.40 (8.01.2026)";
int main(int argc, char **argv)
{
STRPTR program_path = NULL;