Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
* Version 1.01
Browse files Browse the repository at this point in the history
* corrected plugins website
  • Loading branch information
kgraefe committed Nov 16, 2009
1 parent 065126a commit f632883
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 23 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Version 1.01 (2009/11/16):
* corrected plugins website

Version 1.0 (2009/11/16):
* support for personal messages added
* updated UI requirements
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0
1.01
10 changes: 5 additions & 5 deletions config.h.mingw
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,13 @@
#define PACKAGE_NAME "znchelper"

/* Define to the full name and version of this package. */
#define PACKAGE_STRING "znchelper 1.0"
#define PACKAGE_STRING "znchelper 1.01"

/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "znchelper"

/* Define to the version of this package. */
#define PACKAGE_VERSION "1.0"
#define PACKAGE_VERSION "1.01"

/* Define the plugin author to be used */
#define PLUGIN_AUTHOR "Konrad Gräfe <[email protected]>"
Expand All @@ -83,13 +83,13 @@
#define PLUGIN_STATIC_NAME "znchelper"

/* Define the plugin version to be used */
#define PLUGIN_VERSION "1.0"
#define PLUGIN_VERSION "1.01"

/* Define the plugin website to be used */
#define PLUGIN_WEBSITE "http://freakazoid.teamblind.de/"
#define PLUGIN_WEBSITE "http://freakazoid.teamblind.de/2009/11/16/pidgin-znc-helper/"

/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1

/* Version number of package */
#define VERSION "1.0"
#define VERSION "1.01"
24 changes: 12 additions & 12 deletions configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61 for znchelper 1.0.
# Generated by GNU Autoconf 2.61 for znchelper 1.01.
#
# Report bugs to <[email protected]>.
#
Expand Down Expand Up @@ -728,8 +728,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='znchelper'
PACKAGE_TARNAME='znchelper'
PACKAGE_VERSION='1.0'
PACKAGE_STRING='znchelper 1.0'
PACKAGE_VERSION='1.01'
PACKAGE_STRING='znchelper 1.01'
PACKAGE_BUGREPORT='[email protected]'

ac_unique_file="src/znchelper.c"
Expand Down Expand Up @@ -1437,7 +1437,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures znchelper 1.0 to adapt to many kinds of systems.
\`configure' configures znchelper 1.01 to adapt to many kinds of systems.

Usage: $0 [OPTION]... [VAR=VALUE]...

Expand Down Expand Up @@ -1507,7 +1507,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of znchelper 1.0:";;
short | recursive ) echo "Configuration of znchelper 1.01:";;
esac
cat <<\_ACEOF

Expand Down Expand Up @@ -1613,7 +1613,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
znchelper configure 1.0
znchelper configure 1.01
generated by GNU Autoconf 2.61

Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
Expand All @@ -1627,7 +1627,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by znchelper $as_me 1.0, which was
It was created by znchelper $as_me 1.01, which was
generated by GNU Autoconf 2.61. Invocation command line was

$ $0 $@
Expand Down Expand Up @@ -2265,7 +2265,7 @@ fi

# Define the identity of the package.
PACKAGE='znchelper'
VERSION='1.0'
VERSION='1.01'


cat >>confdefs.h <<_ACEOF
Expand Down Expand Up @@ -2413,13 +2413,13 @@ ac_config_headers="$ac_config_headers config.h"


cat >>confdefs.h <<_ACEOF
#define PLUGIN_VERSION "1.0"
#define PLUGIN_VERSION "1.01"
_ACEOF



cat >>confdefs.h <<_ACEOF
#define PLUGIN_WEBSITE "http://freakazoid.teamblind.de/"
#define PLUGIN_WEBSITE "http://freakazoid.teamblind.de/2009/11/16/pidgin-znc-helper/"
_ACEOF


Expand Down Expand Up @@ -22480,7 +22480,7 @@ exec 6>&1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by znchelper $as_me 1.0, which was
This file was extended by znchelper $as_me 1.01, which was
generated by GNU Autoconf 2.61. Invocation command line was

CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -22533,7 +22533,7 @@ Report bugs to <[email protected]>."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
znchelper config.status 1.0
znchelper config.status 1.01
configured by $0, generated by GNU Autoconf 2.61,
with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"

Expand Down
6 changes: 3 additions & 3 deletions configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ(2.61)
AC_INIT(znchelper, 1.0, [email protected])
AC_INIT(znchelper, 1.01, [email protected])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([src/znchelper.c])
AC_CONFIG_HEADER([config.h])

AC_DEFINE_UNQUOTED(PLUGIN_VERSION, ["1.0"], [Define the plugin version to be used])
AC_DEFINE_UNQUOTED(PLUGIN_VERSION, ["1.01"], [Define the plugin version to be used])

AC_DEFINE_UNQUOTED(PLUGIN_WEBSITE, ["http://freakazoid.teamblind.de/"], [Define the plugin website to be used])
AC_DEFINE_UNQUOTED(PLUGIN_WEBSITE, ["http://freakazoid.teamblind.de/2009/11/16/pidgin-znc-helper/"], [Define the plugin website to be used])

AC_DEFINE_UNQUOTED(PLUGIN_ID, ["gtk-freakazoid-znchelper"], [Define the plugin website to be used])

Expand Down
2 changes: 1 addition & 1 deletion libtool
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /bin/sh

# libtoolT - Provide generalized library-building support services.
# Generated automatically by (GNU znchelper 1.0)
# Generated automatically by (GNU znchelper 1.01)
# NOTE: Changes made to this file will be lost: look at ltmain.sh.
#
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
Expand Down
2 changes: 1 addition & 1 deletion po/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

GETTEXT_PACKAGE = znchelper
PACKAGE = znchelper
VERSION = 1.0
VERSION = 1.01

SHELL = /bin/sh

Expand Down

0 comments on commit f632883

Please sign in to comment.