diff options
Diffstat (limited to 'pico/pico.h')
-rw-r--r-- | pico/pico.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pico/pico.h b/pico/pico.h index cf25abea..3dda69af 100644 --- a/pico/pico.h +++ b/pico/pico.h @@ -379,7 +379,7 @@ typedef struct KBSTREE { */ #ifdef maindef PICO *Pmaster = NULL; /* composer specific stuff */ -char *version = "5.05"; /* PICO version number */ +char *version = "5.07"; /* PICO version number */ #else extern PICO *Pmaster; /* composer specific stuff */ |