Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
bmbolstad committed Mar 2, 2014
1 parent 882d512 commit 242d8c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions version_number.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef VERSION_NUMBER_H
#define VERSION_NUMBER_H

static const wxString version_number = _T("1.1.0 In Development (v1.10.0-alpha-3)");
static const wxString copyright_notice = _T("Copyright (c) 2003-2013 B. M. Bolstad bmb@bmbolstad.com");
static const wxString version_number = _T("1.1.0 In Development (v1.10.0-alpha-4)");
static const wxString copyright_notice = _T("Copyright (c) 2003-2014 B. M. Bolstad bmb@bmbolstad.com");

#endif

0 comments on commit 242d8c9

Please sign in to comment.