// Copyright (c) 2008 Michael Miceli and Christopher Miceli // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) #ifndef AP_WORKER_VERSION_HPP #define AP_WORKER_VERSION_HPP #define AP_WORKER_VERSION_FULL 0.1 #define AP_WORKER_EXE_NAME "ap-worker" #endif