Skip to content

Commit

Permalink
Preparing version 5.11.1
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.code.sf.net/p/canvasdraw/cd/trunk@733 86f90930-8b5f-43f8-b0d1-9726248d827e
  • Loading branch information
scuri committed Jun 30, 2017
1 parent dc8eb3b commit 07f0404
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion cd/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.11
5.11.1
4 changes: 2 additions & 2 deletions cd/html/en/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ <h2 style="text-align:center">Download</h2>
<a href="http://sourceforge.net/projects/canvasdraw/files/" target="_blank">http://sourceforge.net/projects/canvasdraw/files/</a> </p>
<p class="info">
Use this link for the latest version:
<a href="http://sourceforge.net/projects/canvasdraw/files/5.11/" target="_blank">
http://sourceforge.net/projects/canvasdraw/files/5.11/</a> </p>
<a href="http://sourceforge.net/projects/canvasdraw/files/5.11.1/" target="_blank">
http://sourceforge.net/projects/canvasdraw/files/5.11.1/</a> </p>

<p>Before downloading any precompiled binaries, you should read before the
<a href="download_tips.html">Tecgraf Library Download Tips</a>.</p>
Expand Down
3 changes: 2 additions & 1 deletion cd/html/en/history.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@

<h2>History of Changes</h2>
<h3 dir="ltr">
SVN (29/Jun/2017)</h3>
<a href="http://sourceforge.net/projects/canvasdraw/files/5.11.1/">Version
5.11.1</a> (01/Jul/2017)</h3>
<ul dir="ltr">
<font SIZE="3">
<li dir="ltr">
Expand Down
2 changes: 1 addition & 1 deletion cd/html/en/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<h1 class="homeTitle">CD</h1>
<div class="homeDescription">A 2D Graphics Library</div>
<div class="homeVersion">Version 5.11</div>
<div class="homeVersion">Version 5.11.1</div>
<hr>

<p><strong>CD</strong> is a vector graphics toolkit with device independent
Expand Down
2 changes: 1 addition & 1 deletion cd/html/wb/wb_usr.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ wb_usr = {

wb_usr.messages = {
en = {
bar_title = "CD - Version 5.11",
bar_title = "CD - Version 5.11.1",
title = "CD - Canvas Draw",
}
}
Expand Down
2 changes: 1 addition & 1 deletion cd/html/wb_title.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<table style="width: 100%" cellspacing="0" cellpadding="0">
<tr>
<td style="width: 50px;"><img src="logo.png"></td>
<td class="title">CD - Version 5.11</td>
<td class="title">CD - Version 5.11.1</td>
<td class="contact" style="width: 20em">
<a class="contact" href="gSearch.html">Google Search</a>
</td>
Expand Down
6 changes: 3 additions & 3 deletions cd/src/cd.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
#include "cdirgb.h"

/* This appears only here to avoid changing the cd.h header fo bug fixes */
#define CD_VERSION_FIX ""
#define CD_VERSION_FIX_NUMBER 0
/* #define CD_VERSION_FIX_DATE "" */
#define CD_VERSION_FIX ".1"
#define CD_VERSION_FIX_NUMBER 1
#define CD_VERSION_FIX_DATE "2017/07/01"

const char cd_ident[] =
"$CD: " CD_VERSION CD_VERSION_FIX " " CD_COPYRIGHT " $\n"
Expand Down

0 comments on commit 07f0404

Please sign in to comment.