]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
po-mode: Bump version number.
authorBruno Haible <bruno@clisp.org>
Sun, 9 May 2010 00:29:44 +0000 (02:29 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 9 May 2010 00:31:35 +0000 (02:31 +0200)
gettext-tools/misc/ChangeLog
gettext-tools/misc/po-mode.el

index 1d63f8aaaba92562361351c1b07579c362a228dd..cedc635f11e167cffc813ac049744aebc93055d9 100644 (file)
@@ -1,3 +1,7 @@
+2010-05-08  Bruno Haible  <bruno@clisp.org>
+
+       * po-mode.el (po-mode-version-string): Bump to 2.2.
+
 2010-05-08  Noritada Kobayashi  <nori1@dolphin.c.u-tokyo.ac.jp>
 
        po-mode: Fix bug in po-previous-translated-entry function.
index ce97d8a76ce993db5da65c458e620d2776e6289c..a95644b91141e232d7a1b428184dcc1bff48e84b 100644 (file)
@@ -62,7 +62,7 @@
 
 ;;; Code:
 \f
-(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.