Skip to content

Commit

Permalink
docs: update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Asger Gitz-Johansen committed Apr 27, 2023
1 parent 79304cd commit c8f7ad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
cmake_minimum_required(VERSION 3.16) # 3.16+ because of target_precompiled_header
project(aaltitoad VERSION 1.1.0)
project(aaltitoad VERSION 1.2.0)
set(THREADS_PREFER_PTHREAD_FLAG ON)
set(CMAKE_CXX_STANDARD 20)
set(CXX_STANDARD_REQUIRED ON)
Expand Down

0 comments on commit c8f7ad2

Please sign in to comment.