Updated version numbers

This commit is contained in:
Raynaldo Rivera 2014-09-02 00:02:55 -07:00
parent fadc71272b
commit d3229b1c78
3 changed files with 3 additions and 3 deletions

View File

@ -46,7 +46,7 @@
#include "IRefCounted.h"
#include "IAudioDeviceList.h"
/*! \mainpage cAudio 2.2.0 API documentation
/*! \mainpage cAudio 2.3.0 API documentation
*
* <img src="../cAudioLogo.jpg"></img>
*

View File

@ -12,7 +12,7 @@
//! Global define for the version of cAudio.
//! This is used primarily by plugins to make sure they are linking to the right library.
#define CAUDIO_VERSION "2.2.0"
#define CAUDIO_VERSION "2.3.0"
#if !defined( CAUDIO_DEBUG )
#if defined( DEBUG ) || defined( _DEBUG )

View File

@ -97,7 +97,7 @@ namespace cAudio
outf<<"<body>\n";
outf<<"<h1>cAudio Log</h1>\n";
outf<<"<h3>" << "2.2.0" << "</h3>\n";
outf<<"<h3>" << "2.3.0" << "</h3>\n";
outf<<"<div class=\"box\">\n";
outf<<"<table>\n";