Revision 11520021 include/Nebula.h
include/Nebula.h | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------------------- */ |
2 |
/* Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
2 |
/* Copyright 2002-2014, OpenNebula Project (OpenNebula.org), C12G Labs */
|
|
3 | 3 |
/* */ |
4 | 4 |
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ |
5 | 5 |
/* not use this file except in compliance with the License. You may obtain */ |
... | ... | |
357 | 357 |
*/ |
358 | 358 |
static string version() |
359 | 359 |
{ |
360 |
return "OpenNebula 4.4.0";
|
|
360 |
return "OpenNebula 4.5.0";
|
|
361 | 361 |
}; |
362 | 362 |
|
363 | 363 |
static string db_version() |
364 | 364 |
{ |
365 |
return "4.4.0";
|
|
365 |
return "4.5.0";
|
|
366 | 366 |
} |
367 | 367 |
|
368 | 368 |
/** |
Also available in: Unified diff