[Pkg-privacy-commits] [libotr] 15/20: Bump version number to 4.1.1
Intrigeri
intrigeri at moszumanska.debian.org
Thu Mar 10 09:25:58 UTC 2016
This is an automated email from the git hooks/post-receive script.
intrigeri pushed a commit to annotated tag 4.1.1
in repository libotr.
commit 4b45fcb1d8f50ce809f40104088ea55d5a198c0a
Author: Ian Goldberg <iang at cs.uwaterloo.ca>
Date: Fri Mar 4 13:37:00 2016 +0100
Bump version number to 4.1.1
---
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 55a56cf..2dfba1a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2016-03-04
+
+ * README:
+ * configure.ac:
+ * src/version.h: Bump version number to 4.1.1
+
2016-03-03
* src/proto.c (otrl_proto_accept_data):
diff --git a/README b/README
index 1dd7268..f3ba546 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
Off-the-Record Messaging Library and Toolkit
- v4.1.0, 21 Oct 2014
+ v4.1.1, 9 Mar 2016
This is a library and toolkit which implements Off-the-Record (OTR) Messaging.
diff --git a/configure.ac b/configure.ac
index ab291d3..9c93143 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.1.0],[otr at cypherpunks.ca],[],[https://otr.cypherpunks.ca])
+AC_INIT([libotr],[4.1.1],[otr at cypherpunks.ca],[],[https://otr.cypherpunks.ca])
AM_CONFIG_HEADER(config.h)
AC_CONFIG_AUX_DIR([config])
AM_INIT_AUTOMAKE
-LIBOTR_LIBTOOL_VERSION="6:0:1"
+LIBOTR_LIBTOOL_VERSION="6:1:1"
AC_CONFIG_MACRO_DIR([config])
# Silent compilation so warnings can be spotted.
diff --git a/src/version.h b/src/version.h
index ae2f7ff..a13a21e 100644
--- a/src/version.h
+++ b/src/version.h
@@ -22,10 +22,10 @@
#ifndef __VERSION_H__
#define __VERSION_H__
-#define OTRL_VERSION "4.1.0"
+#define OTRL_VERSION "4.1.1"
#define OTRL_VERSION_MAJOR 4
#define OTRL_VERSION_MINOR 1
-#define OTRL_VERSION_SUB 0
+#define OTRL_VERSION_SUB 1
#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