diff options
-rw-r--r-- | 1AOor2.lsl | 2 | ||||
-rw-r--r-- | 1chatter.lsl | 2 | ||||
-rw-r--r-- | 1ring.lsl | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -2,7 +2,7 @@ | |||
2 | // AO and couples interactions. An Animation Overrider with a swimmer and a smiler, which are also AO type things. | 2 | // AO and couples interactions. An Animation Overrider with a swimmer and a smiler, which are also AO type things. |
3 | // evry byt cnts | 3 | // evry byt cnts |
4 | 4 | ||
5 | string Version = "1AOor2 v0.11 test version"; | 5 | string Version = "1AOor2 v0.12 test version"; |
6 | 6 | ||
7 | // BEGIN boilerplate. | 7 | // BEGIN boilerplate. |
8 | integer DEBUG = FALSE; | 8 | integer DEBUG = FALSE; |
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 | ||
4 | string Version = "1chatter v0.11 test version"; | 4 | string Version = "1chatter v0.12 test version"; |
5 | 5 | ||
6 | // BEGIN boilerplate. | 6 | // BEGIN boilerplate. |
7 | integer DEBUG = FALSE; | 7 | integer DEBUG = FALSE; |
@@ -2,7 +2,7 @@ | |||
2 | // 1ring written by onefang rejected 2019. | 2 | // 1ring written by onefang rejected 2019. |
3 | // A simple, generic RLV based "collar". | 3 | // A simple, generic RLV based "collar". |
4 | 4 | ||
5 | string Version = "1ring v0.11 test version"; | 5 | string Version = "1ring v0.12 test version"; |
6 | 6 | ||
7 | // BEGIN boilerplate. | 7 | // BEGIN boilerplate. |
8 | integer DEBUG = FALSE; | 8 | integer DEBUG = FALSE; |