File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66
77TEMPLATE = lib
88TARGET = QGLViewer
9- VERSION = 2.6.2
9+ VERSION = 2.6.3
1010CONFIG *= qt opengl warn_on shared thread create_prl rtti no_keywords
1111
1212QGL_HEADERS = qglviewer.h \
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11
22%define version_major 2
33%define version_minor 6
4- %define version_revision 2
4+ %define version_revision 3
55
66Name: libQGLViewer
77Version: %{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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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
6666CRCCheck on
6767XPStyle on
6868ShowInstDetails show
69- VIProductVersion 2.6 .2
69+ VIProductVersion 2.6 .3
7070VIAddVersionKey /LANG= ${LANG_ENGLISH} ProductName " ${NAME}"
7171VIAddVersionKey /LANG= ${LANG_ENGLISH} ProductVersion " ${VERSION}"
7272VIAddVersionKey /LANG= ${LANG_ENGLISH} CompanyName " ${COMPANY}"
Original file line number Diff line number Diff line change 11#! /bin/bash
22
33libName=" libQGLViewer"
4- version=" 2.6.2 "
4+ version=" 2.6.3 "
55
66WebURL=" http://www.libqglviewer.com"
77
You can’t perform that action at this time.
0 commit comments