[Pkg-privacy-commits] [pidgin-otr] 12/21: Change version number to 4.0.2

Intrigeri intrigeri at moszumanska.debian.org
Thu Mar 10 21:03:15 UTC 2016


This is an automated email from the git hooks/post-receive script.

intrigeri pushed a commit to branch master
in repository pidgin-otr.

commit 19dba570f2197fa0a40e001e85ec6ef055fce3d2
Author: Ian Goldberg <iang at cs.uwaterloo.ca>
Date:   Sat Mar 5 08:53:41 2016 +0100

    Change version number to 4.0.2
---
 ChangeLog                        | 8 ++++++++
 INSTALL.mingw                    | 4 ++--
 Makefile.mingw                   | 2 +-
 README                           | 2 +-
 configure.ac                     | 2 +-
 packaging/windows/pidgin-otr.nsi | 3 ++-
 6 files changed, 15 insertions(+), 6 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index d62e383..38dfce7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2016-03-05
+
+	* README:
+	* INSTALL.mingw:
+	* Makefile.mingw:
+	* packaging/windows/pidgin-otr.nsi:
+	* configure.ac: Change version number to 4.0.2
+
 2016-01-03
 
 	* gtk-dialog.c (otrg_gtk_dialog_add_smp_data):
diff --git a/INSTALL.mingw b/INSTALL.mingw
index 4d63886..b644871 100644
--- a/INSTALL.mingw
+++ b/INSTALL.mingw
@@ -141,6 +141,6 @@ pidgin-otr:
 The pidgin-otr plugin will be created in the current working directory;
 inspect it with unzip:
 
-  unzip -l pidgin-otr-4.0.1.zip
+  unzip -l pidgin-otr-4.0.2.zip
 
-The installer will be created in packaging/windows/pidgin-otr-4.0.1.exe .
+The installer will be created in packaging/windows/pidgin-otr-4.0.2.exe .
diff --git a/Makefile.mingw b/Makefile.mingw
index bb1377e..aa6b9d8 100644
--- a/Makefile.mingw
+++ b/Makefile.mingw
@@ -1,7 +1,7 @@
 WIN32=1
 
 # The version number to put in the plugin info
-PIDGIN_OTR_VERSION = 4.0.1
+PIDGIN_OTR_VERSION = 4.0.2
 
 # Name of the gettext domain
 GETTEXT_PACKAGE = pidgin-otr
diff --git a/README b/README
index 4269322..6bb60f9 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
 	       Off-the-Record Messaging plugin for pidgin
-			  v4.0.1, 21 Oct 2014
+			  v4.0.2, 9 Mar 2016
 
 This is a pidgin plugin which implements Off-the-Record (OTR) Messaging.
 It is known to work (at least) under the Linux and Windows versions of
diff --git a/configure.ac b/configure.ac
index ea83d47..c05554d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce configure.
 
-AC_INIT(pidgin-otr, 4.0.1)
+AC_INIT(pidgin-otr, 4.0.2)
 
 AM_CONFIG_HEADER(config.h)
 
diff --git a/packaging/windows/pidgin-otr.nsi b/packaging/windows/pidgin-otr.nsi
index 1bde64c..1422c95 100644
--- a/packaging/windows/pidgin-otr.nsi
+++ b/packaging/windows/pidgin-otr.nsi
@@ -3,6 +3,7 @@
 ;
 ; known issue. installer induced uninstaller abortion causes overwrite
 ; by installer without uninstall.
+; v4.0.2   - New source version.
 ; v4.0.1   - New source version.
 ; v4.0.0-1 - Include linker hardening [DEP, ALSR] for Windows build
 ; v4.0.0   - New source version.
@@ -28,7 +29,7 @@
 ; todo: SetBrandingImage
 ; HM NIS Edit Wizard helper defines
 !define PRODUCT_NAME "pidgin-otr"
-!define PRODUCT_VERSION "4.0.1"
+!define PRODUCT_VERSION "4.0.2"
 !define PRODUCT_PUBLISHER "Cypherpunks CA"
 !define PRODUCT_WEB_SITE "https://otr.cypherpunks.ca/"
 !define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/pidgin-otr.git



More information about the Pkg-privacy-commits mailing list