Skip to content

Commit

Permalink
Version number changed to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pgulutzan committed Jun 29, 2015
1 parent ddc7f3c commit e38137c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Ocelot ocelotgui

Version 0.5.0
Version 0.6.0

This is Ocelot GUI (ocelotgui), a GPL-license database client.

Expand Down Expand Up @@ -57,8 +57,8 @@ and also two binary (executable) files.
Although the release does not have the "latest" source which is
in ocelot-inc/ocelotgui, the existence of the executables
might be convenient. A release file is highlighted in green
by github and is named ocelotgui.tar.gz. Thus release 0.5.0 is at
https://github.com/pgulutzan/ocelotgui/releases/download/0.5.0/ocelotgui.tar.gz
by github and is named ocelotgui.tar.gz. Thus release 0.6.0 is at
https://github.com/pgulutzan/ocelotgui/releases/download/0.6.0/ocelotgui.tar.gz

The installation examples that follow assume that download is
of a release.
Expand Down
2 changes: 1 addition & 1 deletion manual.htm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<BR><h1>The ocelotgui user manual</h1>
<BR>
<BR>Version 0.5.0, June 28 2015
<BR>Version 0.6.0, June 29 2015
<BR>
<BR>
<BR>Copyright (c) 2014 by Ocelot Computer Services Inc. All rights reserved.
Expand Down
8 changes: 4 additions & 4 deletions ocelotgui.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
ocelotgui -- Ocelot GUI Front End for MySQL or MariaDB
Version: 0.5.0 Alpha
Last modified: June 28 2015
Version: 0.6.0 Alpha
Last modified: June 29 2015
*/

/*
Expand Down Expand Up @@ -485,7 +485,7 @@ static const char *s_color_list[308]=
int options_and_connect(unsigned int connection_number);

/* This should correspond to the version number in the comment at the start of this program. */
static char ocelotgui_version[]="0.5 Alpha"; /* For --version. Make sure it's in manual too. */
static char ocelotgui_version[]="0.6 Alpha"; /* For --version. Make sure it's in manual too. */

/* Global mysql definitions */
#define MYSQL_MAIN_CONNECTION 0
Expand Down Expand Up @@ -1950,7 +1950,7 @@ void MainWindow::create_the_manual_widget()
the_manual_text_edit->setText("\
<BR><h1>The ocelotgui user manual</h1> \
<BR> \
<BR>Version 0.5.0, June 28 2015 \
<BR>Version 0.6.0, June 29 2015 \
<BR> \
<BR> \
<BR>Copyright (c) 2014 by Ocelot Computer Services Inc. All rights reserved. \
Expand Down

0 comments on commit e38137c

Please sign in to comment.