Skip to content

Commit

Permalink
Bump version and version info
Browse files Browse the repository at this point in the history
  • Loading branch information
Emanuele Di Giacomo committed Sep 16, 2015
1 parent d979eeb commit 582c8d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.

AC_INIT(wreport, [3.2], [[email protected]])
AC_INIT(wreport, [3.3], [[email protected]])
AC_CONFIG_SRCDIR([configure.ac])
AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_CONFIG_HEADER(config.h)
Expand Down Expand Up @@ -165,7 +165,7 @@ dnl then increment AGE.
dnl
dnl 6. If any interfaces have been removed since the last public release,
dnl then set AGE to 0.
LIBWREPORT_VERSION_INFO="3:2:0"
LIBWREPORT_VERSION_INFO="3:3:0"
AC_SUBST(LIBWREPORT_VERSION_INFO)

dnl Give me warnings
Expand Down

0 comments on commit 582c8d5

Please sign in to comment.