From fd345c5ac8caff34aae2c47698ad3bd7e5fbb63f Mon Sep 17 00:00:00 2001 From: Mathis Rosenhauer Date: Tue, 4 Feb 2014 14:58:59 +0100 Subject: [PATCH] version bump (beta) --- COPYING | 2 +- configure.ac | 2 +- src/aec.c | 2 +- src/decode.c | 2 +- src/decode.h | 2 +- src/encode.c | 2 +- src/encode.h | 2 +- src/encode_accessors.c | 2 +- src/encode_accessors.h | 2 +- src/libaec.h | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/COPYING b/COPYING index 39867ce..c6d2d22 100644 --- a/COPYING +++ b/COPYING @@ -1,4 +1,4 @@ -Copyright 2012 +Copyright 2012 - 2014 Mathis Rosenhauer, Luis Kornblueh Moritz Hanke, diff --git a/configure.ac b/configure.ac index 1d24da0..733fc65 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.64]) -AC_INIT([libaec], [0.1.0], [rosenhauer@dkrz.de]) +AC_INIT([libaec], [0.2b], [rosenhauer@dkrz.de]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([config]) diff --git a/src/aec.c b/src/aec.c index d87383a..8aa24fe 100644 --- a/src/aec.c +++ b/src/aec.c @@ -7,7 +7,7 @@ * @author Luis Kornblueh, Max-Planck-Institut fuer Meteorologie * * @section LICENSE - * Copyright 2012 + * Copyright 2012 - 2014 * * Mathis Rosenhauer, Luis Kornblueh * Moritz Hanke, diff --git a/src/decode.c b/src/decode.c index c4464aa..e0f5e00 100644 --- a/src/decode.c +++ b/src/decode.c @@ -7,7 +7,7 @@ * @author Luis Kornblueh, Max-Planck-Institut fuer Meteorologie * * @section LICENSE - * Copyright 2012 + * Copyright 2012 - 2014 * * Mathis Rosenhauer, Luis Kornblueh * Moritz Hanke, diff --git a/src/decode.h b/src/decode.h index 724e195..39f46ca 100644 --- a/src/decode.h +++ b/src/decode.h @@ -7,7 +7,7 @@ * @author Luis Kornblueh, Max-Planck-Institut fuer Meteorologie * * @section LICENSE - * Copyright 2012 + * Copyright 2012 - 2014 * * Mathis Rosenhauer, Luis Kornblueh * Moritz Hanke, diff --git a/src/encode.c b/src/encode.c index 77e3f89..7b6124e 100644 --- a/src/encode.c +++ b/src/encode.c @@ -7,7 +7,7 @@ * @author Luis Kornblueh, Max-Planck-Institut fuer Meteorologie * * @section LICENSE - * Copyright 2012 + * Copyright 2012 - 2014 * * Mathis Rosenhauer, Luis Kornblueh * Moritz Hanke, diff --git a/src/encode.h b/src/encode.h index 490718e..897e917 100644 --- a/src/encode.h +++ b/src/encode.h @@ -7,7 +7,7 @@ * @author Luis Kornblueh, Max-Planck-Institut fuer Meteorologie * * @section LICENSE - * Copyright 2012 + * Copyright 2012 - 2014 * * Mathis Rosenhauer, Luis Kornblueh * Moritz Hanke, diff --git a/src/encode_accessors.c b/src/encode_accessors.c index a23a192..77a3f3f 100644 --- a/src/encode_accessors.c +++ b/src/encode_accessors.c @@ -7,7 +7,7 @@ * @author Luis Kornblueh, Max-Planck-Institut fuer Meteorologie * * @section LICENSE - * Copyright 2012 + * Copyright 2012 - 2014 * * Mathis Rosenhauer, Luis Kornblueh * Moritz Hanke, diff --git a/src/encode_accessors.h b/src/encode_accessors.h index fe4e5fa..f94683a 100644 --- a/src/encode_accessors.h +++ b/src/encode_accessors.h @@ -7,7 +7,7 @@ * @author Luis Kornblueh, Max-Planck-Institut fuer Meteorologie * * @section LICENSE - * Copyright 2012 + * Copyright 2012 - 2014 * * Mathis Rosenhauer, Luis Kornblueh * Moritz Hanke, diff --git a/src/libaec.h b/src/libaec.h index 84ad763..9cacd99 100644 --- a/src/libaec.h +++ b/src/libaec.h @@ -7,7 +7,7 @@ * @author Luis Kornblueh, Max-Planck-Institut fuer Meteorologie * * @section LICENSE - * Copyright 2012 + * Copyright 2012 - 2014 * * Mathis Rosenhauer, Luis Kornblueh * Moritz Hanke, -- 2.7.4