Skip to content

Commit

Permalink
configure: Switched version number to 2.3.devel
Browse files Browse the repository at this point in the history
  • Loading branch information
sirainen committed Apr 13, 2016
1 parent 45fee9d commit 592289f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Expand Up @@ -2,8 +2,8 @@ AC_PREREQ([2.59])

# Be sure to update ABI version also if anything changes that might require
# recompiling plugins. Most importantly that means if any structs are changed.
AC_INIT([Dovecot],[2.2.devel],[dovecot@dovecot.org])
AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.2.ABIv20($PACKAGE_VERSION)", [Dovecot ABI version])
AC_INIT([Dovecot],[2.3.devel],[dovecot@dovecot.org])
AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.3.ABIv0($PACKAGE_VERSION)", [Dovecot ABI version])

AC_CONFIG_SRCDIR([src])

Expand Down

0 comments on commit 592289f

Please sign in to comment.