Changeset 17


Ignore:
Timestamp:
11/14/13 09:54:27 (10 years ago)
Author:
willem
Message:

willem

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/Make.inc

    r7 r17  
    11# to be included in the Makefile
    22# Version of the software
    3 STOPOS_VERSION=0.91
     3STOPOS_VERSION=0.92
    44
    55# installation directory of the server on local system:
  • trunk/gdbm_pool.cpp

    r7 r17  
    3131#include <sys/stat.h>
    3232#include <fcntl.h>
     33#include <unistd.h>
    3334
    3435gdbm_pool::gdbm_pool()
  • trunk/stopos.h

    r7 r17  
    2424                                          // key from extra key
    2525const std::string program_name    = "stopos";
    26 const std::string program_version = "0.91";
     26const std::string program_version = "0.92";
    2727const std::string default_pool    = "pool";
    2828
  • trunk/test_pool.cpp

    r7 r17  
    3434#include "mysql_pool.h"
    3535#endif
     36#include <unistd.h>
    3637
    3738#include "stopos_key.h"
Note: See TracChangeset for help on using the changeset viewer.