From f8492322069c0171042710dd2aa36cbb8790b5e9 Mon Sep 17 00:00:00 2001 From: "S.Hossein Hosseini" Date: Tue, 30 Jul 2024 17:29:34 +0200 Subject: [PATCH] Fix version mismatch in package_prebuilt_binaries.rst There was a mismatch between the version provided in the 'conan new ...' command and the rest of the documentation, including the 'conan test ...' command. --- .../other_types_of_packages/package_prebuilt_binaries.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial/creating_packages/other_types_of_packages/package_prebuilt_binaries.rst b/tutorial/creating_packages/other_types_of_packages/package_prebuilt_binaries.rst index 2fa62b9fbd7b..4434ec378e0f 100644 --- a/tutorial/creating_packages/other_types_of_packages/package_prebuilt_binaries.rst +++ b/tutorial/creating_packages/other_types_of_packages/package_prebuilt_binaries.rst @@ -23,7 +23,7 @@ Use the :command:`conan new` command to create a "Hello World" C++ library examp .. code-block:: bash - $ conan new cmake_lib -d name=hello -d version=1.0 + $ conan new cmake_lib -d name=hello -d version=0.1 This will create a Conan package project with the following structure.