Skip to content

Commit

Permalink
NEWS: new version number is 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxKellermann committed Oct 23, 2011
1 parent bbc7d4a commit d219c16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NEWS
@@ -1,4 +1,4 @@
libmpdclient 2.5.1 (2011/??/??)
libmpdclient 2.6 (2011/??/??)
* mpd/client.h: include message.h


Expand Down
4 changes: 2 additions & 2 deletions configure.ac
@@ -1,13 +1,13 @@
AC_PREREQ(2.60)
AC_INIT(libmpdclient, 2.5.1~git, musicpd-dev-team@lists.sourceforge.net)
AC_INIT(libmpdclient, 2.6~git, musicpd-dev-team@lists.sourceforge.net)
AC_CONFIG_SRCDIR([src/connection.c])
AC_CONFIG_AUX_DIR(build)
AM_INIT_AUTOMAKE([foreign 1.10 dist-bzip2 subdir-objects])
AM_CONFIG_HEADER([config.h])
AC_CONFIG_MACRO_DIR([m4])

AC_SUBST(MAJOR_VERSION,2)
AC_SUBST(MINOR_VERSION,5)
AC_SUBST(MINOR_VERSION,6)
AC_SUBST(PATCH_VERSION,0)

LIBMPDCLIENT_LIBTOOL_VERSION=2:5:0
Expand Down

0 comments on commit d219c16

Please sign in to comment.