Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
update version number to 1.3.0 in trunk
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@11484 c8812cc2-4d05-0410-92ff-de0c093fc19c
- Loading branch information
Showing
with
29 additions
and 22 deletions.
- +3 −3 CMakeLists.txt
- +6 −0 debian/changelog
- +4 −4 debian/control
- 0 debian/{libqgis1.2.0-dev.README.Debian → libqgis1.3.0-dev.README.Debian}
- 0 debian/{libqgis1.2.0-dev.install → libqgis1.3.0-dev.install}
- 0 debian/{libqgis1.2.0.install → libqgis1.3.0.install}
- +2 −2 debian/libqgis1.lintian-overrides
- +13 −12 ms-windows/osgeo4w/package.cmd
- +1 −1 src/core/renderer/qgsuniquevaluerenderer.h
File renamed without changes.
File renamed without changes.
File renamed without changes.
@@ -1,3 +1,3 @@ | ||
libqgis1: shlib-calls-exit | ||
libqgis1: no-symbols-control-file usr/lib/libqgis_gui.so.1.2.0 | ||
libqgis1: no-symbols-control-file usr/lib/libqgis_core.so.1.2.0 | ||
libqgis1: no-symbols-control-file usr/lib/libqgis_gui.so.1.3.0 | ||
libqgis1: no-symbols-control-file usr/lib/libqgis_core.so.1.3.0 |