Skip to content

Commit

Permalink
Version number changed to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pgulutzan committed May 25, 2015
1 parent fbe2fe7 commit 96736d7
Show file tree
Hide file tree
Showing 3 changed files with 9 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.4.0
Version 0.5.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.4.0 is at
https://github.com/pgulutzan/ocelotgui/releases/download/0.4.0/ocelotgui.tar.gz
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

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.4.0, April 2 2015
<BR>Version 0.5.0, May 25 2015
<BR>
<BR>
<BR>Copyright (c) 2014 by Ocelot Computer Services Inc. All rights reserved.
Expand Down
9 changes: 5 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.4.0 Alpha
Last modified: May 24 2015
Version: 0.5.0 Alpha
Last modified: May 25 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.4 Alpha"; /* For --version. Make sure it's in manual too. */
static char ocelotgui_version[]="0.5 Alpha"; /* For --version. Make sure it's in manual too. */

/* Global mysql definitions */
#define MYSQL_MAIN_CONNECTION 0
Expand Down Expand Up @@ -1890,7 +1890,7 @@ void MainWindow::create_the_manual_widget()
the_manual_text_edit->setText("\
<BR><h1>The ocelotgui user manual</h1> \
<BR> \
<BR>Version 0.4.0, April 2 2015 \
<BR>Version 0.5.0, May 25 2015 \
<BR> \
<BR> \
<BR>Copyright (c) 2014 by Ocelot Computer Services Inc. All rights reserved. \
Expand Down Expand Up @@ -9166,6 +9166,7 @@ void MainWindow::connect_read_command_line(int argc, char *argv[])
if (token0 == "-i") token0= "ignore_spaces";
if (token0 == "-j") token0= "syslog";
if (token0 == "-L") token0= "skip_line_numbers";
/* Somewhere I think I saw "l login-path" but it doesn't work with mysql client. */
if (token0 == "-N") token0= "skip_column_names";
if (token0 == "-n") token0= "unbuffered";
if (token0 == "-o") token0= "one_database";
Expand Down

0 comments on commit 96736d7

Please sign in to comment.