diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | src/ejabberd.app | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -6,6 +6,8 @@ * stringprep/Makefile.in: Likewise. * tls/Makefile.in: Likewise. + * src/ejabberd.app: Updated to the current version. + 2006-08-27 Alexey Shchepin <alexey@sevcom.net> * src/mod_muc/mod_muc_room.erl: Fixed logging configuring diff --git a/src/ejabberd.app b/src/ejabberd.app index 99f11898c..234d78819 100644 --- a/src/ejabberd.app +++ b/src/ejabberd.app @@ -2,7 +2,7 @@ {application, ejabberd, [{description, "ejabberd"}, - {vsn, "1.0.0"}, + {vsn, "1.1.1"}, {modules, [acl, configure, cyrsasl, |