1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-27 13:26:38 +02:00

Change version from 0.2.7-dev to 0.2.7-dev-protocols, to prevent confusion with git main branch

This commit is contained in:
Sebastien Helleu
2008-08-21 11:39:52 +02:00
parent 9de580a85b
commit cba1ebdbf4
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ ENDIF(PREFIX)
SET(VERSION_MAJOR "0")
SET(VERSION_MINOR "2")
SET(VERSION_PATCH "7-dev")
SET(VERSION_PATCH "7-dev-protocols")
SET(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})
SET(PKG_STRING "${PROJECT_NAME} ${VERSION}")
SET(LIBDIR ${CMAKE_INSTALL_PREFIX}/lib/weechat)
+2 -2
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, flashcode@flashtux.org)
AC_INIT(WeeChat, 0.2.7-dev-protocols, flashcode@flashtux.org)
AC_CONFIG_SRCDIR([src/core/weechat.c])
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE([weechat], [0.2.7-dev])
AM_INIT_AUTOMAKE([weechat], [0.2.7-dev-protocols])
# Checks for programs
AC_PROG_CC