summaryrefslogtreecommitdiff
path: root/plugins/NewStory/src/version.h
blob: 2d6e561e22c5aa8940cd6050827bb8036b00da63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#define __MAJOR_VERSION           0
#define __MINOR_VERSION           1
#define __RELEASE_NUM             0
#define __BUILD_NUM               4

#include <stdver.h>

#define __PLUGIN_NAME            "NewStory"
#define __FILENAME               "NewStory.dll"
#define __DESCRIPTION            "History viewer for Miranda NG."
#define __AUTHOR                 "nullbie"
#define __AUTHORWEB              "https://miranda-ng.org/p/NewStory"
#define __COPYRIGHT              "© 2005 Victor Pavlychko, 2018-23 Miranda NG team"