version.h revision 6b15695578f07a3f72c4c9475c1a261a3021472a
/*
* Authors:
* MenTaLguY <mental@rydia.net>
*
* Copyright (C) 2003 MenTaLguY
*
* Released under GNU GPL, read the file 'COPYING' for more information
*/
#ifndef SEEN_INKSCAPE_VERSION_H
#define SEEN_INKSCAPE_VERSION_H
#include <glib.h>
#define SVG_VERSION "1.0"
#define SODIPODI_VERSION "0.32"
struct Version {
Version() {}
// somebody pollutes our namespace with major() and minor()
// macros, so we can't use new-style initializers
}
unsigned major;
unsigned minor;
}
}
}
}
};
}
#endif