OSDN Git Service

The separator line in the Ruby Dialog was not working correctly.
[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.6.1";
19 const char *gCopyrightString = "Copyright (c) 2008-2011 Toshi Nagata";