File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11# -*- Autoconf -*-
22# Process this file with autoconf to produce a configure script.
33AC_PREREQ ( [ 2.61] )
4- AC_INIT ( [ Somoclu] , [ 1.7.1 ] )
4+ AC_INIT ( [ Somoclu] , [ 1.7.2 ] )
55m4_include ( [ m4/ax_mpi_options.m4] )
66m4_include ( [ m4/ax_mpi_tests.m4] )
77AC_CONFIG_AUX_DIR ( [ .] )
Original file line number Diff line number Diff line change 1- Version: 1.7.1
1+ Version: 1.7.2
22
33Maintainer: ShichaoGao<xgdgsc at gmail.com>
44
Original file line number Diff line number Diff line change 6363# built documents.
6464#
6565# The short X.Y version.
66- version = '1.7.1 '
66+ version = '1.7.2 '
6767# The full version, including alpha/beta/rc tags.
68- release = '1.7.1 '
68+ release = '1.7.2 '
6969
7070# The language for content autogenerated by Sphinx. Refer to documentation
7171# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ def build_extensions(self):
147147
148148try :
149149 setup (name = 'somoclu' ,
150- version = '1.7.1 ' ,
150+ version = '1.7.2 ' ,
151151 license = 'GPL3' ,
152152 author = "Peter Wittek, Shi Chao Gao" ,
153153 author_email = "" ,
@@ -175,7 +175,7 @@ def build_extensions(self):
175175except :
176176 traceback .print_exc ()
177177 setup (name = 'somoclu' ,
178- version = '1.7.1 ' ,
178+ version = '1.7.2 ' ,
179179 license = 'GPL3' ,
180180 author = "Peter Wittek, Shi Chao Gao" ,
181181 author_email = "" ,
Original file line number Diff line number Diff line change 11Package: Rsomoclu
2- Version: 1.7.1
2+ Version: 1.7.2
33Date: 2016-10-02
44Title: Somoclu
55Depends: Rcpp
You can’t perform that action at this time.
0 commit comments