Mercurial > mercurial > hgweb_rsearcher.cgi
diff include/id.h @ 5:e3b10fb860b3
release v1.0.
author | pyon@macmini |
---|---|
date | Mon, 22 Oct 2018 22:17:02 +0900 |
parents | 06342fc544e4 |
children | 9a8b581c1993 |
line wrap: on
line diff
--- a/include/id.h Mon Oct 15 20:07:38 2018 +0900 +++ b/include/id.h Mon Oct 22 22:17:02 2018 +0900 @@ -1,5 +1,5 @@ // Filename : id.h -// Last Change: 2018-10-12 ‹à 16:19:50. +// Last Change: 2018-10-22 ŒŽ 12:43:44. // #ifndef __ID_H__ @@ -7,15 +7,18 @@ #include <wx/wx.h> +#define RSVER "1.0" +#define RSRELEASE "2018.10.25" + enum { ID_MAIN = wxID_HIGHEST + 1, ID_SEARCH, + ID_PSEARCH, ID_LIST, ID_NBOOK, ID_SLDR, ID_TIMER, ID_LOGOUT, - ID_TEST, }; #endif // __ID_H__