/*
 * This file is part of the QPxTool project.
 * Copyright (C) 2006 Gennady "ShultZ" Kozlov <qpxtool@mail.ru>
 *
 * 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.
 * See the file "COPYING" for the exact licensing terms.
 */

#include "libver_qpxscan.h"
#include "version.h"

int libver_qpxscan() {
    return ((VER_MAJOR << 16) | (VER_MINOR << 8) | VER_PATCH);
}


syntax highlighted by Code2HTML, v. 0.9.1