IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 28, 2008, 11:03:20 AM (18 years ago)
Author:
jhoblitt
Message:

VERSION 0.12

Location:
trunk/Nebulous-Server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous-Server/Changes

    r17830 r17831  
    11Revision history for Nebulous
    22
    3 0.12
     30.12 Wed May 28 11:03:06 HST 2008
    44    - remove the use of LAST_INSERT_ID() from the new_object_instance query
    55    - add neb-admin util
  • trunk/Nebulous-Server/lib/Nebulous/Server.pm

    r17830 r17831  
    11# Copyright (c) 2004-2008  Joshua Hoblitt
    22#
    3 # $Id: Server.pm,v 1.75 2008-05-28 20:49:34 jhoblitt Exp $
     3# $Id: Server.pm,v 1.76 2008-05-28 21:03:20 jhoblitt Exp $
    44
    55package Nebulous::Server;
     
    99no warnings qw( uninitialized );
    1010
    11 our $VERSION = '0.11';
     11our $VERSION = '0.12';
    1212
    1313use base qw( Class::Accessor::Fast );
Note: See TracChangeset for help on using the changeset viewer.