Browse Source

Updated version info.

woollybah 7 years ago
parent
commit
b1a2b824da
3 changed files with 7 additions and 5 deletions
  1. 1 1
      stringbuilder.mod/common.bmx
  2. 1 1
      stringbuilder.mod/glue.c
  3. 5 3
      stringbuilder.mod/stringbuilder.bmx

+ 1 - 1
stringbuilder.mod/common.bmx

@@ -1,4 +1,4 @@
-' Copyright (c) 2016 Bruce A Henderson
+' Copyright (c) 2018 Bruce A Henderson
 ' 
 ' This software is provided 'as-is', without any express or implied
 ' warranty. In no event will the authors be held liable for any damages

+ 1 - 1
stringbuilder.mod/glue.c

@@ -1,5 +1,5 @@
 /*
-  Copyright (c) 2016 Bruce A Henderson
+  Copyright (c) 2018 Bruce A Henderson
   
   This software is provided 'as-is', without any express or implied
   warranty. In no event will the authors be held liable for any damages

+ 5 - 3
stringbuilder.mod/stringbuilder.bmx

@@ -1,4 +1,4 @@
-' Copyright (c) 2016 Bruce A Henderson
+' Copyright (c) 2018 Bruce A Henderson
 ' 
 ' This software is provided 'as-is', without any express or implied
 ' warranty. In no event will the authors be held liable for any damages
@@ -23,10 +23,12 @@ bbdoc: A string builder.
 End Rem	
 Module BRL.StringBuilder
 
-ModuleInfo "Version: 1.03"
+ModuleInfo "Version: 1.04"
 ModuleInfo "License: zlib/libpng"
-ModuleInfo "Copyright: 2016 Bruce A Henderson"
+ModuleInfo "Copyright: 2018 Bruce A Henderson"
 
+ModuleInfo "History: 1.04"
+ModuleInfo "History: Added shorts appender."
 ModuleInfo "History: 1.03"
 ModuleInfo "History: Added overloaded constructor for providing instance specific initial capacity."
 ModuleInfo "History: 1.02"