summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2009-01-11 16:47:36 +0000
committerPaul Buetow <paul@buetow.org>2009-01-11 16:47:36 +0000
commit1bc73e78278b630768723869d277d05404feae03 (patch)
tree4a34357fc9723d4f65daa3b5a5de4099bcfd7424
parent40ad7ffc7ebd91e90f0894badcc4132df9b3c45d (diff)
-rw-r--r--docs/help.txt2
-rw-r--r--docs/version.txt2
-rwxr-xr-xfypebin470999 -> 471287 bytes
-rw-r--r--src/build.h2
-rw-r--r--test.fy2
5 files changed, 5 insertions, 3 deletions
diff --git a/docs/help.txt b/docs/help.txt
index 1bf0ea4..df495db 100644
--- a/docs/help.txt
+++ b/docs/help.txt
@@ -1,4 +1,4 @@
-Fype Superalpha Build 9637
+Fype Superalpha Build 9666
(c) Paul C. Buetow (2005 - 2008) <fype@dev.buetow.org>
-e Executes given code string (see synopses)
-h Prints this help
diff --git a/docs/version.txt b/docs/version.txt
index 69b917e..5e6f1ea 100644
--- a/docs/version.txt
+++ b/docs/version.txt
@@ -1 +1 @@
-Fype Superalpha Build 9637
+Fype Superalpha Build 9666
diff --git a/fype b/fype
index 51446e7..356c7b0 100755
--- a/fype
+++ b/fype
Binary files differ
diff --git a/src/build.h b/src/build.h
index 648b670..4e046ad 100644
--- a/src/build.h
+++ b/src/build.h
@@ -36,7 +36,7 @@
#ifndef BUILD_H
#define BUILD_H
-#define BUILDNR 9665
+#define BUILDNR 9666
#define OS_FREEBSD
#endif
diff --git a/test.fy b/test.fy
index ca3b930..4f9af9b 100644
--- a/test.fy
+++ b/test.fy
@@ -19,3 +19,5 @@ assert 4 == say ind foo;
# Print the 3rd element of the array
say foo[3];
+
+#say "bla";