* Move to GPL v3
[citadel.git] / gaim-citadel / citadel.lua
index db5fe77d7b441284b572f206c3094b25229e6ee1..cfbe2b04ceb83369d3e19a32fb7495f9ed0c8907 100644 (file)
@@ -2,7 +2,7 @@
 -- Gaim Citadel plugin.
 --
 -- © 2006 David Given.
--- This code is licensed under the GPL v2. See the file COPYING in this
+-- This code is licensed under the GPL v3. See the file COPYING in this
 -- directory for the full license text.
 --
 -- $Id:citadel.lua 4326 2006-02-18 12:26:22Z hjalfi $
@@ -26,7 +26,7 @@ local buddies = {}
 
 -- Our version number. Remember to update!
 
-local VERSION_NUMBER = "0.3"
+local VERSION_NUMBER = "0.3.1"
 
 -- Special values returned as Citadel's response codes.