]> code.citadel.org Git - citadel.git/commitdiff
The version number is now stored in an easy-to-modify variable.
authorH Jalfi <hjalfi@uncensored.citadel.org>
Sat, 18 Feb 2006 19:31:53 +0000 (19:31 +0000)
committerH Jalfi <hjalfi@uncensored.citadel.org>
Sat, 18 Feb 2006 19:31:53 +0000 (19:31 +0000)
gaim-citadel/citadel.lua

index 07932fea25bd8af5b2dfffa7481f457e41a8200e..d6f0fcff702fbba6fbb6052bb6457158d0875d11 100644 (file)
@@ -23,6 +23,10 @@ local buddies = {}
 --                                CONSTANTS                                --
 -----------------------------------------------------------------------------
 
+-- Our version number. Remember to update!
+
+local VERSION_NUMBER = "0.3"
+
 -- Special values returned as Citadel's response codes.
 
 local LISTING_FOLLOWS         = 100
@@ -495,7 +499,7 @@ function citadel_connect(_ga)
                -- Tell Citadel who we are.
                
                gaim_connection_update_progress(gc, "Setting up", 6, STEPS)
-               writeline("IDEN 226|0|0.2|Gaim Citadel plugin|")
+               writeline("IDEN 226|0|"..VERSION_NUMBER.."|Gaim Citadel plugin|")
                m = get_response()
                
                -- Set asynchronous mode.