[Pkg-privacy-commits] [libotr] 203/225: Bump version number to 4.1.0
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 12:45:33 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch master
in repository libotr.
commit 52b40c04bd0611a522e34e4486a42787308d6259
Author: Ian Goldberg <iang at cs.uwaterloo.ca>
Date: Sat Oct 18 13:35:28 2014 +0100
Bump version number to 4.1.0
---
ChangeLog | 6 ++++++
README | 2 +-
configure.ac | 4 ++--
src/version.h | 4 ++--
4 files changed, 11 insertions(+), 5 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 798b4b2..49afeb2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2014-10-18
+ * README:
+ * configure.ac:
+ * src/version.h: Bump version number to 4.1.0
+
+2014-10-18
+
* Protocol-v3.html: Correctly count the number of actions an OTR
client must handle. Thanks to Fred Yontz <fred at ridersite.org>
for the report.
diff --git a/README b/README
index d7c6793..668b779 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
Off-the-Record Messaging Library and Toolkit
- v4.0.0, 4 Sep 2012
+ v4.1.0, 18 Oct 2014
This is a library and toolkit which implements Off-the-Record (OTR) Messaging.
diff --git a/configure.ac b/configure.ac
index f946e86..262f766 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,13 +11,13 @@ dnl [Note that this does *not* change the major number of the .so.]
dnl For a backwards-incompatible API change (e.g. changing data structures):
dnl Change the libotr package version from a.b.c to (a+1).0.0
dnl Change the libotr libtool version from x:y:z to (x+1):0:0
-AC_INIT([libotr],[4.0.0],[otr at cypherpunks.ca],[],[https://otr.cypherpunks.ca])
+AC_INIT([libotr],[4.1.0],[otr at cypherpunks.ca],[],[https://otr.cypherpunks.ca])
AM_CONFIG_HEADER(config.h)
AC_CONFIG_AUX_DIR([config])
AM_INIT_AUTOMAKE
-LIBOTR_LIBTOOL_VERSION="5:0:0"
+LIBOTR_LIBTOOL_VERSION="6:0:1"
AC_CONFIG_MACRO_DIR([config])
# Silent compilation so warnings can be spotted.
diff --git a/src/version.h b/src/version.h
index 88c5dd1..58f3d65 100644
--- a/src/version.h
+++ b/src/version.h
@@ -21,10 +21,10 @@
#ifndef __VERSION_H__
#define __VERSION_H__
-#define OTRL_VERSION "4.0.0"
+#define OTRL_VERSION "4.1.0"
#define OTRL_VERSION_MAJOR 4
-#define OTRL_VERSION_MINOR 0
+#define OTRL_VERSION_MINOR 1
#define OTRL_VERSION_SUB 0
#endif
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/libotr.git
More information about the Pkg-privacy-commits
mailing list