|
||||
version.hGo to the documentation of this file.00001 /* 00002 * libx3d base -- X3D version 00003 * Copyright (C) 2005 Made to Order Software, Corp. 00004 * 00005 * This library is free software; you can redistribute it and/or 00006 * modify it under the terms of the GNU Lesser General Public 00007 * License as published by the Free Software Foundation; either 00008 * version 2.1 of the License, or (at your option) any later version. 00009 * 00010 * This library is distributed in the hope that it will be useful, 00011 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00012 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00013 * Lesser General Public License for more details. 00014 * 00015 * You should have received a copy of the GNU Lesser General Public 00016 * License along with this library; if not, write to the Free Software 00017 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 00018 * 00019 * File: base/include/x3d/version.h 00020 * License: GNU Lesser General Public License 00022 * $Revision: 1.3 $ 00023 * $Date: 2005/11/28 12:09:02 $ 00024 * 00025 * $Log: version.h,v $ 00026 * Revision 1.3 2005/11/28 12:09:02 alexis 00027 * Many changes so I could generate a list of files with their brief comment, 00028 * filename, license, size, number of lines, and last modification date. 00029 * 00030 * Revision 1.2 2005/11/28 03:17:44 alexis 00031 * Added the License: comment 00032 * Fixed the library name in the auto-generated files 1st line comment 00033 * 00034 * Revision 1.1 2005/11/22 22:40:26 alexis 00035 * Started on the configuration of the project. 00036 * 00037 * Revision 1.3 2005/11/22 22:10:19 alexis 00038 * Ready to be compiled... 00039 * 00040 * Revision 1.2 2005/11/22 21:56:39 alexis 00041 * Update 00042 * 00043 * Revision 1.1 2005/11/22 21:10:46 alexis 00044 * Adding a new node header (in place of x3d_types.h) 00045 * And an implementation of some of the functions. 00046 * 00047 * Revision 1.2 2005/11/22 07:55:16 alexis 00048 * Made functions uppercase 00049 * 00050 * Revision 1.1 2005/11/22 02:15:26 alexis 00051 * Missing licenses 00052 * X3D type header file (1st version; compiles but missing the "bag" 00053 * functionality) 00054 * 00055 * 00056 */ 00057 #ifndef __LIBX3D_VERSION_H__ 00058 #define __LIBX3D_VERSION_H__ 00059 00060 00061 #define X3D_VERSION 0.1 00062 00063 #define X3D_RELEASE 0 00064 #define X3D_REVISION 1 00065 00066 00067 // vim: ts=8 00068 #endif // #ifndef __LIBX3D_VERSION_H__ |
||||
00021 * $Id: version.h,v 1.3 2005/11/28 12:09:02 alexis Exp $ |