diff options
author | Goraf <22941576+Goraf@users.noreply.github.com> | 2017-10-22 18:19:50 +0200 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-10-22 19:19:50 +0300 |
commit | 957da0541115fb11626cdff5e5f95ac2daf5b100 (patch) | |
tree | 6a4e376eeb26353c20292214ae62c038a3f2ce4c /plugins/StartPosition/src/version.h | |
parent | 12b040f92867b40185e52f22ac241da99fa28708 (diff) |
StartPosition: move options to UI classes (#1007)
* StartPosition: move options to UI classes
* StartPosition: rearrange controls to correct TABSTOP path
* StartPosition: futher switch to UI classes
Diffstat (limited to 'plugins/StartPosition/src/version.h')
-rw-r--r-- | plugins/StartPosition/src/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/StartPosition/src/version.h b/plugins/StartPosition/src/version.h index 877e6d0e47..4fd0f5a272 100644 --- a/plugins/StartPosition/src/version.h +++ b/plugins/StartPosition/src/version.h @@ -1,5 +1,5 @@ #define __MAJOR_VERSION 0 -#define __MINOR_VERSION 2 +#define __MINOR_VERSION 3 #define __RELEASE_NUM 0 #define __BUILD_NUM 3 @@ -11,4 +11,4 @@ #define __AUTHOR "Felipe Brahm - souFrag" #define __AUTHOREMAIL "felipebrahm@gmail.com" #define __AUTHORWEB "https://miranda-ng.org/p/StartPosition/" -#define __COPYRIGHT "© 2005-2008 Felipe Brahm - souFrag" +#define __COPYRIGHT "© 2005-2008 Felipe Brahm - souFrag, © 2012-17 Miranda NG project" |