Skip to content

Commit

Permalink
Merge pull request #32 from IITH-Compilers/svkeerthy-patch-2
Browse files Browse the repository at this point in the history
Updating Version in CMakeList for next release
  • Loading branch information
svkeerthy authored May 23, 2021
2 parents 712a116 + f709ccb commit aafd390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.13)
project(ir2vec VERSION 1.0.1)
project(ir2vec VERSION 1.1.0)

set(IR2VEC_LIB "IR2Vec")
set(IR2VEC_LIB_STATIC "IR2Vec_Static")
Expand Down

0 comments on commit aafd390

Please sign in to comment.