Skip to content

Commit 35a9f97

Browse files
author
gsherman
committedApr 10, 2005
Fixes to Makefile.am related to merge of Projections_Branch into HEAD
git-svn-id: http://svn.osgeo.org/qgis/trunk@3115 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent a69ef09 commit 35a9f97

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed
 

‎ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
------------------------------------------------------------------------------
33
Version 0.6 'Simon' .... development version
44
QGIS Change Log
5+
2005-04-09 [ges] 0.6.0devel8
6+
** Fixed problems with the Makefile.am related to the merge of
7+
Projections_Branch into HEAD
58
2005-04-09 [ges] 0.6.0devel7
69
** Merged Projections_Branch into HEAD
710
Problems:

‎configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dnl ---------------------------------------------------------------------------
2626
MAJOR_VERSION=0
2727
MINOR_VERSION=6
2828
MICRO_VERSION=0
29-
EXTRA_VERSION=7
29+
EXTRA_VERSION=8
3030
if test $EXTRA_VERSION -eq 0; then
3131
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}
3232
else

‎src/Makefile.am

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,6 @@ libqgis_la_SOURCES = \
503503
qgspointstylewidget.cpp \
504504
qgspointstylewidget.moc.cpp \
505505
qgsprojectproperty.cpp \
506-
qgsprojectproperty.cpp \
507506
qgsprovidercountcalcevent.cpp \
508507
qgsproviderextentcalcevent.cpp \
509508
qgsproviderregistry.cpp \
@@ -512,7 +511,6 @@ libqgis_la_SOURCES = \
512511
qgsrasterlayer.moc.cpp \
513512
qgsrect.cpp \
514513
qgsrenderer.cpp \
515-
qgsrenderer.cpp \
516514
qgsrenderitem.cpp \
517515
qgsrunprocess.cpp \
518516
qgsrunprocess.moc.cpp \

0 commit comments

Comments
 (0)
Please sign in to comment.