summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murraycu@google.com>2020-01-01 19:32:57 +0100
committerMurray Cumming <murraycu@google.com>2020-01-01 19:41:27 +0100
commit3cd4febc498c487006c4081c6f094391923d1def (patch)
treee0c8862712d3173b6ea329928ac8bcb89903f7b6
parent9f731588db161c318af740472bf5d2abde8a7538 (diff)
downloadsigc++-3cd4febc498c487006c4081c6f094391923d1def.tar.gz
3.0.23.0.2
-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])