From 9e11fafef1a94bc6395bd1eeacd00f94848ac560 Mon Sep 17 00:00:00 2001 From: Bert Burgemeister Date: Wed, 21 Apr 2010 11:58:34 +0200 Subject: [PATCH] New version number: 0.3 --- bbdb-vcard.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bbdb-vcard.el b/bbdb-vcard.el index 9971a1a..7cf2bba 100644 --- a/bbdb-vcard.el +++ b/bbdb-vcard.el @@ -5,7 +5,7 @@ ;; Author: Bert Burgemeister ;; Keywords: data calendar mail news ;; URL: http://github.com/trebb/bbdb-vcard -;; Version: 0.2 +;; Version: 0.3 ;; This program is free software; you can redistribute it and/or ;; modify it under the terms of the GNU General Public License as @@ -258,7 +258,7 @@ (require 'vcard) (require 'bbdb-com) -(defconst bbdb-vcard-version "0.2" +(defconst bbdb-vcard-version "0.3" "Version of the vCard importer/exporter. The major part increases on user-visible changes.") -- 2.11.4.GIT