mirror of
https://github.com/fadden/nulib2.git
synced 2024-12-27 17:29:57 +00:00
Version bump to 2.3.0
This commit is contained in:
parent
524e0926e7
commit
dbbbe6a858
@ -1,3 +1,6 @@
|
||||
2014/12/22 fadden
|
||||
- Source code cleanup.
|
||||
|
||||
2014/10/30 ***** v2.2.2 shipped *****
|
||||
|
||||
2014/10/28 fadden
|
||||
|
@ -33,8 +33,8 @@ extern "C" {
|
||||
* fixes. Unless, of course, your code depends upon that fix.
|
||||
*/
|
||||
#define kNuVersionMajor 2
|
||||
#define kNuVersionMinor 2
|
||||
#define kNuVersionBug 2
|
||||
#define kNuVersionMinor 3
|
||||
#define kNuVersionBug 0
|
||||
|
||||
|
||||
/*
|
||||
|
@ -1,3 +1,6 @@
|
||||
2014/12/22 fadden
|
||||
- Source code cleanup.
|
||||
|
||||
2014/10/30 ***** v2.2.2 shipped *****
|
||||
|
||||
2014/10/28 fadden
|
||||
|
@ -9,7 +9,7 @@
|
||||
#include "Nulib2.h"
|
||||
|
||||
|
||||
static const char* gProgramVersion = "2.2.2";
|
||||
static const char* gProgramVersion = "2.3.0";
|
||||
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user