summaryrefslogtreecommitdiff
path: root/pico/pico.h
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2013-07-10 23:11:24 -0600
committerEduardo Chappa <chappa@washington.edu>2013-07-10 23:11:24 -0600
commitb0f119565dcf76eb0ef8926e84736ea532aefdb1 (patch)
tree427137d81303896a5679db9f664a802c4c0f40a8 /pico/pico.h
parentcd0c8df49a052009fd0e0a5141632333ede80dd3 (diff)
downloadalpine-b0f119565dcf76eb0ef8926e84736ea532aefdb1.tar.xz
* Change to configure to not to build Web Alpine if tcl.h is not found by the
configure script.
Diffstat (limited to 'pico/pico.h')
-rw-r--r--pico/pico.h2
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 */