/* -------------------------------------------------------------- javel - A java class file disassembler. Copyright (C) 2001 Laurent Gregoire (l.gregoire@iname.com) -------------------------------------------------------------- This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose. See the GNU General Public License for more details. -------------------------------------------------------------- */ /** This file is used together with the VERSION file to generate the correct final version.h included in the javel program to define the version. That way the version number comes from one source only. Please do not edit the version.h file but instead version.hh */ #ifndef __VERSION_H__ #define __VERSION_H__ #define VERSION "0.3.2" #endif