Skip to content

Commit 32e23cd

Browse files
committed
Upgrade to 2.6.3
1 parent d6e9767 commit 32e23cd

8 files changed

Lines changed: 18 additions & 9 deletions

File tree

QGLViewer/QGLViewer.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
TEMPLATE = lib
88
TARGET = QGLViewer
9-
VERSION = 2.6.2
9+
VERSION = 2.6.3
1010
CONFIG *= qt opengl warn_on shared thread create_prl rtti no_keywords
1111

1212
QGL_HEADERS = qglviewer.h \

QGLViewer/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#ifndef QGLVIEWER_CONFIG_H
77
#define QGLVIEWER_CONFIG_H
88

9-
#define QGLVIEWER_VERSION 0x020602
9+
#define QGLVIEWER_VERSION 0x020603
1010

1111
// Needed for Qt < 4 (?)
1212
#ifndef QT_CLEAN_NAMESPACE

QGLViewer/qglviewer.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
%define version_major 2
33
%define version_minor 6
4-
%define version_revision 2
4+
%define version_revision 3
55

66
Name: libQGLViewer
77
Version: %{version_major}.%{version_minor}.%{version_revision}
@@ -155,6 +155,9 @@ rm -rf $RPM_BUILD_ROOT
155155
%{docDir}/examples/*/*
156156

157157
%changelog
158+
* Tue Jun 23 2015 Gilles Debunne <contact@libQGLViewer.com> 2.6.3
159+
- Build library in QGLViewer directory. Simplified examples.pri.
160+
158161
* Fri Jan 23 2015 Gilles Debunne <contact@libQGLViewer.com> 2.6.2
159162
- Fix qreal issue in Quaternion::FromRotationMatrix().
160163

doc/Doxyfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = libQGLViewer
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = "Version 2.6.2"
41+
PROJECT_NUMBER = "Version 2.6.3"
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a
@@ -1285,7 +1285,7 @@ QCH_FILE =
12851285
# The default value is: org.doxygen.Project.
12861286
# This tag requires that the tag GENERATE_QHP is set to YES.
12871287

1288-
QHP_NAMESPACE = com.libqglviewer.2.6.2
1288+
QHP_NAMESPACE = com.libqglviewer.2.6.3
12891289

12901290
# The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating Qt
12911291
# Help Project output. For more information please see Qt Help Project / Virtual

doc/changeLog.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,10 @@
3333
<h1>Change Log</h1>
3434

3535

36-
<h2>In progress 2015 - 2.6.3</h2>
36+
<h2>Jun 23rd 2015 - 2.6.3</h2>
3737
<b>Bug fixes or improvements</b>
3838
<ul>
39+
<li>The library is now always built in the <code>QGLViewer</code> directory. The examples' pro files are simplified and more versatile.</li>
3940
<li>Add some <code>libGlu</code> dependency in examples that rely on it (thanks Brice).</li>
4041
</ul>
4142

doc/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,11 @@ <h2>Latest changes</h2>
9191

9292
<table style="width:90%; margin-left:50px; border:1px solid #AAF; background-color:#DDE" cellspacing="8" cellpadding="8">
9393

94+
<tr>
95+
<td><b>Jun 23rd, 2015</b><br/><a href="changeLog.html">Version 2.6.3</a></td>
96+
<td>The library is now always built in the <code>QGLViewer</code> directory.</td>
97+
</tr>
98+
9499

95100
<tr>
96101
<td><b>Jan 22nd, 2015</b><br/><a href="changeLog.html">Version 2.6.2</a></td>

libQGLViewer.nsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Name libQGLViewer
1313

1414
# Defines
1515
!define REGKEY "SOFTWARE\$(^Name)"
16-
!define VERSION 2.6.2
16+
!define VERSION 2.6.3
1717
!define COMPANY "Gilles Debunne"
1818
!define URL http://www.libqglviewer.com/
1919

@@ -66,7 +66,7 @@ InstallDir $PROGRAMFILES\libQGLViewer
6666
CRCCheck on
6767
XPStyle on
6868
ShowInstDetails show
69-
VIProductVersion 2.6.2
69+
VIProductVersion 2.6.3
7070
VIAddVersionKey /LANG=${LANG_ENGLISH} ProductName "${NAME}"
7171
VIAddVersionKey /LANG=${LANG_ENGLISH} ProductVersion "${VERSION}"
7272
VIAddVersionKey /LANG=${LANG_ENGLISH} CompanyName "${COMPANY}"

makeDist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
libName="libQGLViewer"
4-
version="2.6.2"
4+
version="2.6.3"
55

66
WebURL="http://www.libqglviewer.com"
77

0 commit comments

Comments
 (0)