aboutsummaryrefslogtreecommitdiffstats
path: root/version.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'version.cpp')
-rw-r--r--version.cpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/version.cpp b/version.cpp
new file mode 100644
index 0000000..c41f295
--- /dev/null
+++ b/version.cpp
@@ -0,0 +1,13 @@
+// version.cpp
+
+// The configure script will parse the version::* lines
+// to get the vesion number.
+
+#include "blassic.h"
+
+const unsigned short
+ version::Major= 0,
+ version::Minor= 10,
+ version::Release= 2;
+
+// End of version.cpp
Un proyecto texto-plano.xyz