aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/1chatter.lsl
diff options
context:
space:
mode:
authoronefang2019-07-04 01:58:09 +1000
committeronefang2019-07-04 01:58:09 +1000
commita336123fa257d1cd53eb2fa5306a04e1b5fec03b (patch)
tree3414688f2b53980275337b0a475ecb0551f122af /1chatter.lsl
parentShow valid menu items in the scrolly text, coz some might be too long to show... (diff)
download1ring-a336123fa257d1cd53eb2fa5306a04e1b5fec03b.zip
1ring-a336123fa257d1cd53eb2fa5306a04e1b5fec03b.tar.gz
1ring-a336123fa257d1cd53eb2fa5306a04e1b5fec03b.tar.bz2
1ring-a336123fa257d1cd53eb2fa5306a04e1b5fec03b.tar.xz
Bump version to 0.12 test
Diffstat (limited to '1chatter.lsl')
-rw-r--r--1chatter.lsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/1chatter.lsl b/1chatter.lsl
index 9e38390..b3df84e 100644
--- a/1chatter.lsl
+++ b/1chatter.lsl
@@ -1,7 +1,7 @@
1 1
2// Library of generic functions for other scripts to use. 2// Library of generic functions for other scripts to use.
3 3
4string Version = "1chatter v0.11 test version"; 4string Version = "1chatter v0.12 test version";
5 5
6// BEGIN boilerplate. 6// BEGIN boilerplate.
7integer DEBUG = FALSE; 7integer DEBUG = FALSE;