OSDN Git Service

816509dff098ad105f62cbf113e6602fc64de133
[molby/Molby.git] / wxSources / MyVersion.c
1 /*
2  *  MyVersion.c
3  *  Molby
4  *
5  *  Created by Toshi Nagata on 09/10/16.
6  *  Copyright 2008 Toshi Nagata. All rights reserved.
7  *
8  This program is free software; you can redistribute it and/or modify
9  it under the terms of the GNU General Public License as published by
10  the Free Software Foundation version 2 of the License.
11  
12  This program is distributed in the hope that it will be useful,
13  but WITHOUT ANY WARRANTY; without even the implied warranty of
14  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15  GNU General Public License for more details.
16  */
17
18 const char *gVersionString = "v0.5.1 build 20100131";
19 const char *gCopyrightString = "Copyright (c) 2008-2010 Toshi Nagata";