about summary refs log tree commit homepage
path: root/GNUmakefile
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2017-06-08 21:56:39 +0000
committerEric Wong <e@80x24.org>2017-06-08 21:56:39 +0000
commitb52e67f318794d2c4dde267ad4a540a62ae55b2e (patch)
tree1ef2068271cbe27250c3e73ab068516823464b0f /GNUmakefile
parent18c001fec61daa1413cdc35af4a14266979cc4b5 (diff)
downloadmsgthr-b52e67f318794d2c4dde267ad4a540a62ae55b2e.tar.gz
Seems to work...
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 49ab677..6a43f04 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -4,7 +4,7 @@ all::
 pkg = msgthr
 RUBY = ruby
 lib := lib
-VERSION := 0.0.0
+VERSION := 1.0.0
 
 all:: test
 test_units := $(wildcard test/test_*.rb)