From 6c14af04775a9de4dfa3fa0cc15a7ad0462ef3d9 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Mon, 24 Mar 2014 17:21:26 -0400 Subject: 2.46.0 --- NEWS | 4 ++++ configure.ac | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 97b0cd7c..b29aa035 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +Changes in libsoup from 2.45.92 to 2.46.0: + + * (No changes, just a version bump) + Changes in libsoup from 2.45.90 to 2.45.92: * Fixed problems with using an http proxy on port 80. [patch diff --git a/configure.ac b/configure.ac index f88e3f9f..96bb378a 100644 --- a/configure.ac +++ b/configure.ac @@ -3,8 +3,8 @@ dnl *** Initialize automake and set version *** dnl ******************************************* m4_define([soup_major_version], [2]) -m4_define([soup_minor_version], [45]) -m4_define([soup_micro_version], [92]) +m4_define([soup_minor_version], [46]) +m4_define([soup_micro_version], [0]) AC_PREREQ(2.63) AC_INIT([libsoup],[soup_major_version.soup_minor_version.soup_micro_version],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup]) -- cgit v1.2.1