Skip to content

Commit

Permalink
Use same version from QGIS desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Oct 21, 2020
1 parent 9ffc42b commit ca64423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/qgis_mapserver.cpp
Expand Up @@ -109,7 +109,7 @@ int main( int argc, char *argv[] )
QCoreApplication::setOrganizationName( QgsApplication::QGIS_ORGANIZATION_NAME );
QCoreApplication::setOrganizationDomain( QgsApplication::QGIS_ORGANIZATION_DOMAIN );
QCoreApplication::setApplicationName( "QGIS Development Server" );
QCoreApplication::setApplicationVersion( "1.0" );
QCoreApplication::setApplicationVersion( VERSION );

if ( ! withDisplay )
{
Expand Down

0 comments on commit ca64423

Please sign in to comment.