Skip to content

Commit

Permalink
revert version number to 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mhekkel committed Aug 13, 2021
1 parent 318835a commit b49e50d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.10)

# set the project name
project(mrc VERSION 1.4.0)
project(mrc VERSION 1.3.0)

set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
AC_PREREQ([2.69])

m4_define([mrc_version_major],[1])
m4_define([mrc_version_minor],[4])
m4_define([mrc_version_minor],[3])
m4_define([mrc_version_micro],[0])
m4_define([mrc_version_extra],[])
m4_define([mrc_version],[mrc_version_major().mrc_version_minor().mrc_version_micro()mrc_version_extra])
Expand Down

0 comments on commit b49e50d

Please sign in to comment.