From 3771348ced4dc8bfd4db8f40361f1898ace4f260 Mon Sep 17 00:00:00 2001
From: gsantomaggio <gabriele.santomaggio@erlang-solutions.com>
Date: Tue, 14 Mar 2017 17:27:05 +0100
Subject: [PATCH] Update for Erlang/OTP 19.3

---
 Makefile    | 2 +-
 erlang.spec | 7 +++++--
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index 4ec5ff0..157cad9 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@
 
 FINAL_OUTPUT_DIR=FINAL_RPMS
 
-OTP_RELEASE=19.2.3
+OTP_RELEASE=19.3
 
 # Where official Erlang distribution files come from...
 OTP_SRC_TGZ_FILE=OTP-$(OTP_RELEASE).tar.gz
diff --git a/erlang.spec b/erlang.spec
index 538ccbb..f3c36ac 100644
--- a/erlang.spec
+++ b/erlang.spec
@@ -11,8 +11,8 @@
 # the License for the specific language governing rights and limitations
 # under the License.
 
-%global upstream_ver 19.2.3
-%global package_ver  19.2.3
+%global upstream_ver 19.3
+%global package_ver  19.3.0
 
 %define OSL_File_Name                   Erlang_ASL2_LICENSE.txt
 
@@ -344,6 +344,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Mar 14 2017 Gabriele Santomaggio <gabriele.santomaggio@erlang-solutions.com> - 19.3
+- update for 19.3
+
 * Wed Feb 8 2017 Gabriele Santomaggio <gabriele.santomaggio@erlang-solutions.com> - 19.2.3
 - update for 19.2.3