From 55b3154fa2207291cdf70193b7a53241b937245e Mon Sep 17 00:00:00 2001
From: Claus-Justus Heine <Claus-Justus.Heine@IANS.Uni-Stuttgart.DE>
Date: Mon, 12 Nov 2018 11:21:55 +0100
Subject: [PATCH] Set version 3.0.3.

---
 NEWS         | 8 ++++++++
 README       | 4 ++++
 configure.ac | 2 +-
 3 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/NEWS b/NEWS
index 7835892..e9cc96e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+2018-11-12
+	ALBERTA 3.03
+
+	Fixes some long-standing silly bugs. Please have a look at the
+	history at
+
+        https://gitlab.mathematik.uni-stuttgart.de/ians-nmh/alberta/alberta3/
+
 2015-10-03
 	ALBERTA 3.0.2
 
diff --git a/README b/README
index 8ba1109..0e369c2 100644
--- a/README
+++ b/README
@@ -40,6 +40,10 @@ This is ALBERTA Version 3.0. ALBERTA has a web-page at
 
         http://www.alberta-fem.de/
 
+The v3 release have a git repository at the following location:
+
+        https://gitlab.mathematik.uni-stuttgart.de/ians-nmh/alberta/alberta3.git
+
 Please see the file `COPYING' for information about the availability of
 ALBERTA.
 
diff --git a/configure.ac b/configure.ac
index 07a5ee9..9705bac 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT([alberta], [3.0.2], [Claus-Justus.Heine@IANS.Uni-Stuttgart.DE])
+AC_INIT([alberta], [3.0.3], [Claus-Justus.Heine@IANS.Uni-Stuttgart.DE])
 AC_CONFIG_SRCDIR([alberta/src/Common/alberta.h])
 AC_CONFIG_MACRO_DIR([m4])
 
-- 
GitLab