Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Switch to new version number.
  • Loading branch information
Marco van Wieringen committed Feb 17, 2015
1 parent f964f4c commit 1ac18a6
Show file tree
Hide file tree
Showing 11 changed files with 33 additions and 26 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -7,6 +7,7 @@ Release 13.3.x
[![Build Status](https://travis-ci.org/bareos/bareos.png?branch=master)](https://travis-ci.org/bareos/bareos)

* NDMP enhancements (first code for doing filelevel restores, preliminary).
* Auto inflation/deflation storage daemon plugin (needs more testing).

Release 13.2.x
==============
Expand Down
18 changes: 9 additions & 9 deletions configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for bareos 13.2.0.
# Generated by GNU Autoconf 2.69 for bareos 13.3.0.
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
Expand Down Expand Up @@ -587,8 +587,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='bareos'
PACKAGE_TARNAME='bareos'
PACKAGE_VERSION='13.2.0'
PACKAGE_STRING='bareos 13.2.0'
PACKAGE_VERSION='13.3.0'
PACKAGE_STRING='bareos 13.3.0'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''

Expand Down Expand Up @@ -1583,7 +1583,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures bareos 13.2.0 to adapt to many kinds of systems.
\`configure' configures bareos 13.3.0 to adapt to many kinds of systems.

Usage: $0 [OPTION]... [VAR=VALUE]...

Expand Down Expand Up @@ -1652,7 +1652,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of bareos 13.2.0:";;
short | recursive ) echo "Configuration of bareos 13.3.0:";;
esac
cat <<\_ACEOF

Expand Down Expand Up @@ -1861,7 +1861,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
bareos configure 13.2.0
bareos configure 13.3.0
generated by GNU Autoconf 2.69

Copyright (C) 2012 Free Software Foundation, Inc.
Expand Down Expand Up @@ -2816,7 +2816,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by bareos $as_me 13.2.0, which was
It was created by bareos $as_me 13.3.0, which was
generated by GNU Autoconf 2.69. Invocation command line was

$ $0 $@
Expand Down Expand Up @@ -32249,7 +32249,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by bareos $as_me 13.2.0, which was
This file was extended by bareos $as_me 13.3.0, which was
generated by GNU Autoconf 2.69. Invocation command line was

CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -32315,7 +32315,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
bareos config.status 13.2.0
bareos config.status 13.3.0
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"

Expand Down
2 changes: 1 addition & 1 deletion platforms/packaging/bareos-Debian_6.0.dsc
Expand Up @@ -2,7 +2,7 @@ Format: 1.0
Source: bareos
Binary: bareos, bareos-bat, bareos-bconsole, bareos-client, bareos-common, bareos-database-common, bareos-database-postgresql, bareos-database-mysql, bareos-database-sqlite3, bareos-database-tools, bareos-devel, bareos-director, bareos-doc, bareos-filedaemon, bareos-storage, bareos-tools, bareos-traymonitor
Architecture: any
Version: 13.2.0
Version: 13.3.0
Maintainer: Joerg Steffens <joerg.steffens@bareos.com>
Homepage: http://www.bareos.org/
Standards-Version: 3.8.4
Expand Down
2 changes: 1 addition & 1 deletion platforms/packaging/bareos-xUbuntu_10.04.dsc
Expand Up @@ -2,7 +2,7 @@ Format: 1.0
Source: bareos
Binary: bareos, bareos-bat, bareos-bconsole, bareos-client, bareos-common, bareos-database-common, bareos-database-postgresql, bareos-database-mysql, bareos-database-sqlite3, bareos-database-tools, bareos-devel, bareos-director, bareos-doc, bareos-filedaemon, bareos-storage, bareos-tools, bareos-traymonitor
Architecture: any
Version: 13.2.0
Version: 13.3.0
Maintainer: Joerg Steffens <joerg.steffens@bareos.com>
Homepage: http://www.bareos.org/
Standards-Version: 3.8.4
Expand Down
2 changes: 1 addition & 1 deletion platforms/packaging/bareos-xUbuntu_12.04.dsc
Expand Up @@ -2,7 +2,7 @@ Format: 1.0
Source: bareos
Binary: bareos, bareos-bat, bareos-bconsole, bareos-client, bareos-common, bareos-database-common, bareos-database-postgresql, bareos-database-mysql, bareos-database-sqlite3, bareos-database-tools, bareos-devel, bareos-director, bareos-doc, bareos-filedaemon, bareos-storage, bareos-tools, bareos-traymonitor
Architecture: any
Version: 13.2.0
Version: 13.3.0
Maintainer: Joerg Steffens <joerg.steffens@bareos.com>
Homepage: http://www.bareos.org/
Standards-Version: 3.8.4
Expand Down
6 changes: 6 additions & 0 deletions platforms/packaging/bareos.changes
@@ -1,3 +1,9 @@
bareos (13.3.0-1) unstable; urgency=low

* Switch version number

-- Marco van Wieringen <marco.van.wieringen@bareos.com> Sun, 30 Jun 2013 13:32:59 +0200

bareos (13.2.0-1) unstable; urgency=low

* Switch version number
Expand Down
4 changes: 2 additions & 2 deletions platforms/packaging/bareos.spec
Expand Up @@ -33,7 +33,7 @@

Summary: The Network Backup Solution
Name: bareos
Version: 13.2.0
Version: 13.3.0
Release: 1.0
Group: Productivity/Archiving/Backup
License: AGPL-3.0
Expand All @@ -42,7 +42,7 @@ URL: http://www.bareos.org/
Vendor: The Bareos Team
#Packager: {_packager}

%define _libversion 13.2.0
%define _libversion 13.3.0

%define plugin_dir %_libdir/bareos/plugins
%define script_dir /usr/lib/bareos/scripts
Expand Down
2 changes: 1 addition & 1 deletion platforms/win32/winbareos-nsi.spec
Expand Up @@ -8,7 +8,7 @@

#!BuildIgnore: post-build-checks
Name: winbareos-nsi
Version: 13.2.0
Version: 13.3.0
Release: 0
Summary: bareos
License: LGPLv2+
Expand Down
2 changes: 1 addition & 1 deletion platforms/win32/winbareos32.spec
Expand Up @@ -8,7 +8,7 @@


Name: mingw32-winbareos
Version: 13.2.0
Version: 13.3.0
Release: 0
Summary: bareos
License: LGPLv2+
Expand Down
2 changes: 1 addition & 1 deletion platforms/win32/winbareos64.spec
Expand Up @@ -8,7 +8,7 @@


Name: mingw64-winbareos
Version: 13.2.0
Version: 13.3.0
Release: 0
Summary: bareos
License: LGPLv2+
Expand Down
18 changes: 9 additions & 9 deletions src/include/version.h
@@ -1,7 +1,7 @@
#undef VERSION
#define VERSION "13.2.0"
#define BDATE "09 April 2013"
#define LSMDATE "09Apr13"
#define VERSION "13.3.0"
#define BDATE "01 July 2013"
#define LSMDATE "01Jul13"

#define PROG_COPYRIGHT "Copyright (C) %d-2012 Free Software Foundation Europe e.V.\n" \
"Copyright (C) 2013-2013 Bareos GmbH & Co. KG\n"
Expand Down Expand Up @@ -31,12 +31,12 @@
/* Shared object library versions */

/* Uncomment to overwrite default value from VERSION */
/* #define LIBBAREOS_LT_RELEASE "13.2.0" */
/* #define LIBBAREOSCFG_LT_RELEASE "13.2.0" */
/* #define LIBBAREOSSQL_LT_RELEASE "13.2.0" */
/* #define LIBBAREOSCATS_LT_RELEASE "13.2.0" */
/* #define LIBBAREOSCATS_LT_RELEASE "13.2.0" */
/* #define LIBBAREOSNDMP_LT_RELEASE "13.2.0" */
/* #define LIBBAREOS_LT_RELEASE "13.3.0" */
/* #define LIBBAREOSCFG_LT_RELEASE "13.3.0" */
/* #define LIBBAREOSSQL_LT_RELEASE "13.3.0" */
/* #define LIBBAREOSCATS_LT_RELEASE "13.3.0" */
/* #define LIBBAREOSCATS_LT_RELEASE "13.3.0" */
/* #define LIBBAREOSNDMP_LT_RELEASE "13.3.0" */

/* Debug flags */
#undef DEBUG
Expand Down

0 comments on commit 1ac18a6

Please sign in to comment.