From: Bruno Haible Date: Tue, 16 Jul 2002 17:34:49 +0000 (+0000) Subject: Bump version. X-Git-Tag: v0.11.3~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d369eb5c88ea146da56c9048f89995953ef2f7d6;p=thirdparty%2Fgettext.git Bump version. --- diff --git a/misc/ChangeLog b/misc/ChangeLog index 8547dbcdb..4b5e543e1 100644 --- a/misc/ChangeLog +++ b/misc/ChangeLog @@ -1,3 +1,7 @@ +2002-07-16 Bruno Haible + + * po-mode.el (po-mode-version-string): Bump to 2.01. + 2002-06-13 Bruno Haible * po-mode.el (po-mode-line-entry...): Try harder to find a good place diff --git a/misc/po-mode.el b/misc/po-mode.el index 38ff2679a..4e8565bab 100644 --- a/misc/po-mode.el +++ b/misc/po-mode.el @@ -50,7 +50,7 @@ ;;; Code: -(defconst po-mode-version-string "2.00" "\ +(defconst po-mode-version-string "2.01" "\ Version number of this version of po-mode.el.") ;;; Emacs portability matters - part I.