summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 93d51cb..7f49af2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+3.0.2 (stable)
+
+* Build: Meson build improvements.
+ (Kjell Ahlstedt, Chun-Wei Fan)
+
3.0.1 (stable)
* Build:
diff --git a/configure.ac b/configure.ac
index 8a65509..1a695a3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
## You should have received a copy of the GNU Lesser General Public License
## along with this library. If not, see <http://www.gnu.org/licenses/>.
-AC_INIT([libsigc++], [3.0.1],
+AC_INIT([libsigc++], [3.0.2],
[https://github.com/libsigcplusplus/libsigcplusplus/issues/],
[libsigc++], [https://libsigcplusplus.github.io/libsigcplusplus/])
AC_PREREQ([2.59])