diff --git a/NEWS b/NEWS index 73bd7a415..7e143b0a3 100644 --- a/NEWS +++ b/NEWS @@ -2,8 +2,8 @@ Sandia OpenSHMEM NEWS -- history of user-visible changes. -v1.3.3rc1 ---------- +v1.3.3 +------ - Fixed dissemination barrier race that could lead to incorrect synchronization. - Improved collect and all-to-all collectives performance. - Improved error reporting and debugging output. diff --git a/configure.ac b/configure.ac index e6b658842..36a991167 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ dnl Init Autoconf/Automake/Libtool -AC_INIT([Sandia OpenSHMEM], [1.3.3rc1], [https://github.com/Sandia-OpenSHMEM/SOS]) +AC_INIT([Sandia OpenSHMEM], [1.3.3], [https://github.com/Sandia-OpenSHMEM/SOS]) AC_PREREQ([2.60]) AC_CONFIG_AUX_DIR([config]) AC_CONFIG_MACRO_DIR([config])