From: Bruno Haible Date: Sun, 9 May 2010 00:29:44 +0000 (+0200) Subject: po-mode: Bump version number. X-Git-Tag: v0.18~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33a48e5c21d0afe590d872ae31c22537beaff44c;p=thirdparty%2Fgettext.git po-mode: Bump version number. --- diff --git a/gettext-tools/misc/ChangeLog b/gettext-tools/misc/ChangeLog index 1d63f8aaa..cedc635f1 100644 --- a/gettext-tools/misc/ChangeLog +++ b/gettext-tools/misc/ChangeLog @@ -1,3 +1,7 @@ +2010-05-08 Bruno Haible + + * po-mode.el (po-mode-version-string): Bump to 2.2. + 2010-05-08 Noritada Kobayashi po-mode: Fix bug in po-previous-translated-entry function. diff --git a/gettext-tools/misc/po-mode.el b/gettext-tools/misc/po-mode.el index ce97d8a76..a95644b91 100644 --- a/gettext-tools/misc/po-mode.el +++ b/gettext-tools/misc/po-mode.el @@ -62,7 +62,7 @@ ;;; Code: -(defconst po-mode-version-string "2.11" "\ +(defconst po-mode-version-string "2.2" "\ Version number of this version of po-mode.el.") ;;; Emacs portability matters - part I.