Skip to content

Commit

Permalink
bump version: 2.31
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowwalkersb committed Sep 30, 2019
1 parent 42be1c7 commit 194df95
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CMAKE_MINIMUM_REQUIRED(VERSION 3.9)
PROJECT(EMAN
VERSION 2.3
VERSION 2.31
LANGUAGES CXX
)

Expand Down
4 changes: 2 additions & 2 deletions ci_support/constructor-huge/construct.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: EMAN2
version: 2.3
version: 2.31

installer_filename: eman2_huge.mac.sh # [osx]
installer_filename: eman2_huge.linux.sh # [linux]
Expand All @@ -22,7 +22,7 @@ keep_pkgs: False
ignore_duplicate_files: True

specs:
- eman2 2.3
- eman2 2.31
- eman-deps 14.1
- conda 4.6.14 py27*
- conda-build 3.17.8
Expand Down
4 changes: 2 additions & 2 deletions ci_support/constructor-mini/construct.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: EMAN2
version: 2.3
version: 2.31

installer_filename: eman2.mac.sh # [osx]
installer_filename: eman2.linux.sh # [linux]
Expand All @@ -19,7 +19,7 @@ keep_pkgs: False
ignore_duplicate_files: True

specs:
- eman2 2.3
- eman2 2.31
- conda 4.6.14 py27*
- conda-build 3.17.8
- pip
Expand Down
2 changes: 1 addition & 1 deletion recipes/eman/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: eman2
version: 2.3
version: 2.31

source:
path: {{ RECIPE_DIR }}/../..
Expand Down

0 comments on commit 194df95

Please sign in to comment.