Skip to content

Commit

Permalink
change project VERSION to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ban-nobuhiro committed Mar 12, 2024
1 parent fa40c1f commit 3d0ce7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2022-2023 Project Tsurugi.
# Copyright 2022-2024 Project Tsurugi.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -15,7 +15,7 @@
cmake_minimum_required(VERSION 3.16)

project(limestone
VERSION 0.0.1
VERSION 1.0.0
DESCRIPTION "limestone datastore engine"
LANGUAGES CXX)

Expand Down

0 comments on commit 3d0ce7a

Please sign in to comment.