Mercurial > mercurial > hgweb_rsearcher.cgi
diff include/id.h @ 11:799b6008db8e
auto-upgrade.
author | pyon@macmini |
---|---|
date | Mon, 12 Nov 2018 19:35:50 +0900 |
parents | 36811fd22bd2 |
children | f5ffc34f045a |
line wrap: on
line diff
--- a/include/id.h Thu Nov 08 19:15:43 2018 +0900 +++ b/include/id.h Mon Nov 12 19:35:50 2018 +0900 @@ -1,5 +1,5 @@ // Filename : id.h -// Last Change: 2018-11-08 –Ø 13:58:34. +// Last Change: 2018-11-09 ‹à 10:54:21. // #ifndef __ID_H__ @@ -7,8 +7,8 @@ #include <wx/wx.h> -#define RSVER "1.4" -#define RSRELEASE "2018.11.01" +#define RSVER "1.5" +#define RSRELEASE "2018.11.12" enum { /* for mainframe */ @@ -33,6 +33,11 @@ /* for auth */ ID_UID, ID_PW, + + /* for mange db */ + ID_MNGBLD, + ID_MNGUPLD, + ID_MNGEXIT, }; #endif // __ID_H__