diff --git a/NEWS b/NEWS
index 7835892917ae94e6132e293509bec91e1e4c3ab8..e9cc96e6b7150ec9e23323c71cf91687b4e46fed 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 8ba11091bf7f8436d73a22309c0de406031b8815..0e369c256068673f4389a99f79e8db79cdbf5c39 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 07a5ee96277913d479147065f668611afc77f3c6..9705bacbdba5c40c077d4ebec22b25768fd17532 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])