From 14dbfc87fc3efb78620a4badcaec83b7b86bf8b7 Mon Sep 17 00:00:00 2001 From: Chris Frey Date: Wed, 16 May 2012 01:09:19 -0400 Subject: [PATCH] Barry version 0.18.3 --- configure.ac | 4 ++-- debian/changelog | 4 ++-- desktop/configure.ac | 4 ++-- doc/www/index.php | 2 +- gui/configure.ac | 2 +- gui/po/barry-backup.pot | 2 +- gui/po/fr.po | 2 +- opensync-plugin-0.4x/configure.ac | 2 +- opensync-plugin-0.4x/debian/changelog | 2 +- opensync-plugin/configure.ac | 2 +- opensync-plugin/debian/changelog | 2 +- po/barry.pot | 2 +- po/fr.po | 2 +- rpm/barry.spec | 5 ++++- 14 files changed, 20 insertions(+), 17 deletions(-) diff --git a/configure.ac b/configure.ac index 1af2f14f..109d47c2 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT([barry], [0.18.2], [barry-devel@lists.sourceforge.net]) +AC_INIT([barry], [0.18.3], [barry-devel@lists.sourceforge.net]) #AM_CONFIG_HEADER(config.h) AC_CONFIG_SRCDIR([src/barry.h]) AC_CONFIG_HEADERS([config.h:config.h.in]) @@ -20,7 +20,7 @@ AM_GNU_GETTEXT_VERSION([0.17]) # BARRY_LOGICAL=0 BARRY_MAJOR=18 -BARRY_MINOR=2 +BARRY_MINOR=3 AC_DEFINE_UNQUOTED([BARRY_LOGICAL], [$BARRY_LOGICAL], [Logical version number]) AC_DEFINE_UNQUOTED([BARRY_MAJOR], [$BARRY_MAJOR], [Major library version number]) AC_DEFINE_UNQUOTED([BARRY_MINOR], [$BARRY_MINOR], [Minor library version number]) diff --git a/debian/changelog b/debian/changelog index 8ccaae43..0424a327 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,7 @@ -barry (0.18.2-1) unstable; urgency=low +barry (0.18.3-1) unstable; urgency=low [Chris Frey] - * New upstream version 0.18.2 (Closes: #582189, #582187, #657076, LP: #500370) + * New upstream version 0.18.3 (Closes: #582189, #582187, #657076, LP: #500370) * Moved opensync-plugin into its own build * Removed dependency of libbarry-dev on libusb-dev * Removed .la files diff --git a/desktop/configure.ac b/desktop/configure.ac index 47b0e797..983e5d3b 100644 --- a/desktop/configure.ac +++ b/desktop/configure.ac @@ -6,7 +6,7 @@ # AC_PREREQ(2.61) -AC_INIT([barrydesktop], [0.18.2], [barry-devel@lists.sourceforge.net]) +AC_INIT([barrydesktop], [0.18.3], [barry-devel@lists.sourceforge.net]) #AM_CONFIG_HEADER(config.h) AC_CONFIG_SRCDIR([src/barrydesktop.cc]) AC_CONFIG_HEADERS([config.h:config.h.in]) @@ -22,7 +22,7 @@ AM_INIT_AUTOMAKE # BARRY_DESKTOP_LOGICAL=0 BARRY_DESKTOP_MAJOR=18 -BARRY_DESKTOP_MINOR=2 +BARRY_DESKTOP_MINOR=3 AC_DEFINE_UNQUOTED([BARRY_DESKTOP_LOGICAL], [$BARRY_DESKTOP_LOGICAL], [Logical version number]) AC_DEFINE_UNQUOTED([BARRY_DESKTOP_MAJOR], [$BARRY_DESKTOP_MAJOR], [Major library version number]) AC_DEFINE_UNQUOTED([BARRY_DESKTOP_MINOR], [$BARRY_DESKTOP_MINOR], [Minor library version number]) diff --git a/doc/www/index.php b/doc/www/index.php index 9eeb50d6..6217a266 100644 --- a/doc/www/index.php +++ b/doc/www/index.php @@ -69,7 +69,7 @@ reverse engineer the battery charging handshake via USB.