mirror of
https://github.com/weechat/weechat.git
synced 2026-07-08 10:43:13 +02:00
Change version from 0.2.7-dev to 0.3.0-dev
This commit is contained in:
@@ -187,7 +187,7 @@ WEECHAT_PLUGIN_NAME("double");
|
||||
WEECHAT_PLUGIN_DESCRIPTION("Test plugin for WeeChat");
|
||||
WEECHAT_PLUGIN_AUTHOR("FlashCode <flashcode@flashtux.org>");
|
||||
WEECHAT_PLUGIN_VERSION("0.1");
|
||||
WEECHAT_PLUGIN_WEECHAT_VERSION("0.2.7");
|
||||
WEECHAT_PLUGIN_WEECHAT_VERSION("0.3.0");
|
||||
WEECHAT_PLUGIN_LICENSE("GPL3");
|
||||
|
||||
struct t_weechat_plugin *weechat_plugin = NULL;
|
||||
|
||||
@@ -42,7 +42,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
<bookinfo>
|
||||
|
||||
<title>WeeChat 0.2.7-dev - Developer guide</title>
|
||||
<title>WeeChat 0.3.0-dev - Developer guide</title>
|
||||
<subtitle>Schneller, leichter und erweiterbarer Chat Client</subtitle>
|
||||
|
||||
<author>
|
||||
|
||||
@@ -50,7 +50,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
<bookinfo>
|
||||
|
||||
<title>WeeChat 0.2.7-dev - User guide</title>
|
||||
<title>WeeChat 0.3.0-dev - User guide</title>
|
||||
<subtitle>Schneller, leichter und erweiterbarer Chat Client</subtitle>
|
||||
|
||||
<author>
|
||||
|
||||
+1
-1
@@ -98,7 +98,7 @@ my @ignore_completions_items = ("jabber.*",
|
||||
# -------------------------------[ init ]--------------------------------------
|
||||
|
||||
weechat::register("docgen", "FlashCode <flashcode\@flashtux.org>", $version,
|
||||
"GPL", "Doc generator for WeeChat 0.2.7", "", "");
|
||||
"GPL", "Doc generator for WeeChat 0.3.x", "", "");
|
||||
weechat::hook_command("docgen", "Doc generator", "", "", "", "docgen", "");
|
||||
weechat::config_set_plugin("path", $default_path)
|
||||
if (weechat::config_get_plugin("path") eq "");
|
||||
|
||||
@@ -180,7 +180,7 @@ WEECHAT_PLUGIN_NAME("double");
|
||||
WEECHAT_PLUGIN_DESCRIPTION("Test plugin for WeeChat");
|
||||
WEECHAT_PLUGIN_AUTHOR("FlashCode <flashcode@flashtux.org>");
|
||||
WEECHAT_PLUGIN_VERSION("0.1");
|
||||
WEECHAT_PLUGIN_WEECHAT_VERSION("0.2.7");
|
||||
WEECHAT_PLUGIN_WEECHAT_VERSION("0.3.0");
|
||||
WEECHAT_PLUGIN_LICENSE("GPL3");
|
||||
|
||||
struct t_weechat_plugin *weechat_plugin = NULL;
|
||||
|
||||
@@ -42,7 +42,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
<bookinfo>
|
||||
|
||||
<title>WeeChat 0.2.7-dev - Developer guide</title>
|
||||
<title>WeeChat 0.3.0-dev - Developer guide</title>
|
||||
<subtitle>Fast, light and extensible chat client</subtitle>
|
||||
|
||||
<author>
|
||||
|
||||
@@ -50,7 +50,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
<bookinfo>
|
||||
|
||||
<title>WeeChat 0.2.7-dev - User guide</title>
|
||||
<title>WeeChat 0.3.0-dev - User guide</title>
|
||||
<subtitle>Fast, light and extensible chat client</subtitle>
|
||||
|
||||
<author>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
WeeChat quick start guide (english version, for WeeChat >= 0.2.7)
|
||||
WeeChat quick start guide (english version, for WeeChat >= 0.3.x)
|
||||
=================================================================
|
||||
|
||||
1. Launch weechat
|
||||
@@ -206,5 +206,5 @@ WeeChat quick start guide (english version, for WeeChat >= 0.2.7)
|
||||
|
||||
--
|
||||
(c) 2006-2009, written by FlashCode <flashcode@flashtux.org>
|
||||
Last edited on 2009-01-02.
|
||||
Last edited on 2009-05-11.
|
||||
This document is part of WeeChat and is distributed under GPL 3 licence.
|
||||
|
||||
@@ -186,7 +186,7 @@ WEECHAT_PLUGIN_NAME("double");
|
||||
WEECHAT_PLUGIN_DESCRIPTION("Test plugin for WeeChat");
|
||||
WEECHAT_PLUGIN_AUTHOR("FlashCode <flashcode@flashtux.org>");
|
||||
WEECHAT_PLUGIN_VERSION("0.1");
|
||||
WEECHAT_PLUGIN_WEECHAT_VERSION("0.2.7");
|
||||
WEECHAT_PLUGIN_WEECHAT_VERSION("0.3.0");
|
||||
WEECHAT_PLUGIN_LICENSE("GPL3");
|
||||
|
||||
struct t_weechat_plugin *weechat_plugin = NULL;
|
||||
|
||||
@@ -42,7 +42,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
<bookinfo>
|
||||
|
||||
<title>WeeChat 0.2.7-dev - Guide du développeur</title>
|
||||
<title>WeeChat 0.3.0-dev - Guide du développeur</title>
|
||||
<subtitle>Client de discussion rapide, léger et extensible</subtitle>
|
||||
|
||||
<author>
|
||||
|
||||
@@ -50,7 +50,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
<bookinfo>
|
||||
|
||||
<title>WeeChat 0.2.7-dev - Guide utilisateur</title>
|
||||
<title>WeeChat 0.3.0-dev - Guide utilisateur</title>
|
||||
<subtitle>Client de discussion rapide, léger et extensible</subtitle>
|
||||
|
||||
<author>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
Guide de démarrage rapide WeeChat (version française, pour WeeChat >= 0.2.7)
|
||||
Guide de démarrage rapide WeeChat (version française, pour WeeChat >= 0.3.x)
|
||||
============================================================================
|
||||
|
||||
1. Démarrer weechat
|
||||
@@ -216,5 +216,5 @@ Guide de démarrage rapide WeeChat (version française, pour WeeChat >= 0.2.7)
|
||||
|
||||
--
|
||||
(c) 2006-2009, écrit par FlashCode <flashcode@flashtux.org>
|
||||
Dernière édition le 02/01/2009.
|
||||
Dernière édition le 11/05/2009.
|
||||
Ce document fait partie de WeeChat et est distribué sous license GPL 3.
|
||||
|
||||
Reference in New Issue
Block a user