This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
8 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.7 | ||
1.8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,7 +52,8 @@ | |
/* Define to 1 if you have the <unistd.h> header file. */ | ||
#define HAVE_UNISTD_H 1 | ||
|
||
/* Define to the sub-directory where libtool stores uninstalled libraries. */ | ||
/* Define to the sub-directory in which libtool stores uninstalled libraries. | ||
*/ | ||
#define LT_OBJDIR ".libs/" | ||
|
||
/* Name of package */ | ||
|
@@ -65,7 +66,7 @@ | |
#define PACKAGE_NAME "pidgin-birthday-reminder" | ||
|
||
/* Define to the full name and version of this package. */ | ||
#define PACKAGE_STRING "pidgin-birthday-reminder 1.7" | ||
#define PACKAGE_STRING "pidgin-birthday-reminder 1.8" | ||
|
||
/* Define to the one symbol short name of this package. */ | ||
#define PACKAGE_TARNAME "pidgin-birthday-reminder" | ||
|
@@ -74,7 +75,7 @@ | |
#define PACKAGE_URL "" | ||
|
||
/* Define to the version of this package. */ | ||
#define PACKAGE_VERSION "1.7" | ||
#define PACKAGE_VERSION "1.8" | ||
|
||
/* Define the plugin author to be used */ | ||
#define PLUGIN_AUTHOR "Konrad Gräfe <[email protected]>" | ||
|
@@ -86,7 +87,7 @@ | |
#define PLUGIN_STATIC_NAME "birthday-reminder" | ||
|
||
/* Define the plugin version to be used */ | ||
#define PLUGIN_VERSION "1.7" | ||
#define PLUGIN_VERSION "1.8" | ||
|
||
/* Define the plugin website to be used */ | ||
#define PLUGIN_WEBSITE "https://github.com/kgraefe/pidgin-birthday-reminder" | ||
|
@@ -95,4 +96,4 @@ | |
#define STDC_HEADERS 1 | ||
|
||
/* Version number of package */ | ||
#define VERSION "1.7" | ||
#define VERSION "1.8" |