Rename version to 0.2.7-dev (instead of 0.2.7-dev-protocols)

This commit is contained in:
Sebastien Helleu 2008-10-26 11:34:45 +01:00
parent b37588fc36
commit 03f9f8fd6b
3 changed files with 4 additions and 4 deletions

View File

@ -28,7 +28,7 @@ ENDIF(PREFIX)
SET(VERSION_MAJOR "0")
SET(VERSION_MINOR "2")
SET(VERSION_PATCH "7-dev-protocols")
SET(VERSION_PATCH "7-dev")
SET(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})
SET(PKG_STRING "${PROJECT_NAME} ${VERSION}")
SET(LIBDIR ${CMAKE_INSTALL_PREFIX}/lib/weechat)

View File

@ -5,7 +5,7 @@ ChangeLog - 2008-10-25
Version 0.2.7 (under dev!):
* add smart join/part/quit filter in IRC plugin (task #8503)
* add smart join/part/quit message filter in IRC plugin (task #8503)
* add color decoding in title for IRC channels (task #6030)
* fix lock with SSL servers when connection fails, and when disconnecting
during connection problem (bug #17584)

View File

@ -18,10 +18,10 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.56)
AC_INIT(WeeChat, 0.2.7-dev-protocols, flashcode@flashtux.org)
AC_INIT(WeeChat, 0.2.7-dev, flashcode@flashtux.org)
AC_CONFIG_SRCDIR([src/core/weechat.c])
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE([weechat], [0.2.7-dev-protocols])
AM_INIT_AUTOMAKE([weechat], [0.2.7-dev])
# Checks for programs
AC_PROG_CC