mirror of
https://github.com/deadw00d/AROS.git
synced 2026-03-19 03:28:06 +00:00
Update version
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user