Skip to content

Commit 077077e

Browse files
author
timlinux
committedDec 30, 2005
** Refactored all src/*.ui into src/ui/ dir for cleaner separation of ui's
git-svn-id: http://svn.osgeo.org/qgis/trunk@4414 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 8c1bf5d commit 077077e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+9
-207
lines changed
 

‎ChangeLog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
/* ChangeLog,v 1.214 2004/11/12 00:42:21 gsherman Exp */
22
------------------------------------------------------------------------------
33
Version 0.8 'Joesephine' .... development version
4+
2005-11-30 [timlinux] 0.7.9.4
5+
** Refactored all src/*.ui into src/ui/ dir for cleaner separation of ui's
46
2005-12-29 [gsherman] 0.7.9.3
57
** Merged Ui branch into HEAD
68
2005-11-10 [timlinux] 0.7.9.2

‎configure.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dnl ---------------------------------------------------------------------------
2929
MAJOR_VERSION=0
3030
MINOR_VERSION=7
3131
MICRO_VERSION=9
32-
EXTRA_VERSION=3
32+
EXTRA_VERSION=4
3333
if test $EXTRA_VERSION -eq 0; then
3434
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}
3535
else
@@ -435,6 +435,7 @@ AC_CONFIG_FILES([
435435
Makefile
436436
src/Makefile
437437
src/legend/Makefile
438+
src/ui/Makefile
438439
src/raster/Makefile
439440
src/svg/Makefile
440441
src/svg/biology/Makefile

0 commit comments

Comments
 (0)
Please sign in to comment.