Skip to content

Commit

Permalink
Preparing for V2.11.1 release (#1302)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgirardeau committed Jul 29, 2020
1 parent 8db5ed1 commit b64ca2b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,7 +1,7 @@
CloudCompare Version History
============================

v2.11.1 (Anoia) - (In development)
v2.11.1 (Anoia) - 29/07/2020
----------------------
- Bug fixes:
- [macOS] Fix determination of command line use so opening a file in the GUI using the command line works (#1296).
Expand Down
2 changes: 1 addition & 1 deletion qCC/CMakeLists.txt
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.0)

project( CloudCompare VERSION 2.11.0 )
project( CloudCompare VERSION 2.11.1 )

include( CMakePolicies NO_POLICY_SCOPE )

Expand Down
2 changes: 1 addition & 1 deletion qCC/ccApplication.cpp
Expand Up @@ -28,7 +28,7 @@
#include "mainwindow.h"

ccApplication::ccApplication( int &argc, char **argv, bool isCommandLine )
: ccApplicationBase( argc, argv, isCommandLine, QStringLiteral( "2.11.0 (Anoia)" ) )
: ccApplicationBase( argc, argv, isCommandLine, QStringLiteral( "2.11.1 (Anoia)" ) )
{
setApplicationName( "CloudCompare" );

Expand Down
2 changes: 1 addition & 1 deletion scripts/windows/CloudCompareStereo_x64_InnoSetup.iss
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "CloudCompareStereo"
#define MyAppVersion "2.10"
#define MyAppVersion "2.11.1"
#define MyAppPublisher "Daniel Girardeau-Montaut"
#define MyAppURL "http://www.cloudcompare.org/"
#define MyAppExeName "CloudCompare.exe"
Expand Down
2 changes: 1 addition & 1 deletion scripts/windows/CloudCompare_x64_InnoSetup.iss
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "CloudCompare"
#define MyAppVersion "2.10"
#define MyAppVersion "2.11.1"
#define MyAppPublisher "Daniel Girardeau-Montaut"
#define MyAppURL "http://www.cloudcompare.org/"
#define MyAppExeName "CloudCompare.exe"
Expand Down

0 comments on commit b64ca2b

Please sign in to comment.