mirror of
https://github.com/weechat/weechat.git
synced 2026-07-09 03:03:12 +02:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7495650be5 | |||
| 1a1a9a9503 |
+1
-1
@@ -35,7 +35,7 @@ endif()
|
|||||||
# version
|
# version
|
||||||
set(VERSION_MAJOR "1")
|
set(VERSION_MAJOR "1")
|
||||||
set(VERSION_MINOR "1")
|
set(VERSION_MINOR "1")
|
||||||
set(VERSION_PATCH "1")
|
set(VERSION_PATCH "2-dev")
|
||||||
if(VERSION_PATCH STREQUAL "")
|
if(VERSION_PATCH STREQUAL "")
|
||||||
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR})
|
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR})
|
||||||
else()
|
else()
|
||||||
|
|||||||
+1
-1
@@ -24,7 +24,7 @@ image:https://travis-ci.org/weechat/weechat.svg?branch=master["Build Status", li
|
|||||||
* Developed from scratch.
|
* Developed from scratch.
|
||||||
* Free software, released under GPLv3.
|
* Free software, released under GPLv3.
|
||||||
|
|
||||||
image::http://static.weechat.org/images/screenshots/weechat/medium/weechat_2013-04-27_phlux_shadow.png[align="center"]
|
image::https://weechat.org/media/images/screenshots/weechat/medium/weechat_2013-04-27_phlux_shadow.png[align="center"]
|
||||||
|
|
||||||
== Install
|
== Install
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -24,7 +24,7 @@
|
|||||||
# Process this file with autoconf to produce a configure script.
|
# Process this file with autoconf to produce a configure script.
|
||||||
|
|
||||||
AC_PREREQ(2.56)
|
AC_PREREQ(2.56)
|
||||||
AC_INIT(WeeChat, 1.1.1, flashcode@flashtux.org)
|
AC_INIT(WeeChat, 1.1.2-dev, flashcode@flashtux.org)
|
||||||
AC_CONFIG_SRCDIR([configure.ac])
|
AC_CONFIG_SRCDIR([configure.ac])
|
||||||
AM_CONFIG_HEADER(config.h)
|
AM_CONFIG_HEADER(config.h)
|
||||||
AM_INIT_AUTOMAKE([foreign])
|
AM_INIT_AUTOMAKE([foreign])
|
||||||
|
|||||||
Reference in New Issue
Block a user