Skip to content

Commit 208b878

Browse files
committed
Version number increased
1 parent baad59f commit 208b878

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- Autoconf -*-
22
# Process this file with autoconf to produce a configure script.
33
AC_PREREQ([2.61])
4-
AC_INIT([Somoclu], [1.7.1])
4+
AC_INIT([Somoclu], [1.7.2])
55
m4_include([m4/ax_mpi_options.m4])
66
m4_include([m4/ax_mpi_tests.m4])
77
AC_CONFIG_AUX_DIR([.])

src/MATLAB/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Version: 1.7.1
1+
Version: 1.7.2
22

33
Maintainer: ShichaoGao<xgdgsc at gmail.com>
44

src/Python/doc/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@
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.

src/Python/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def build_extensions(self):
147147

148148
try:
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):
175175
except:
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="",

src/R/DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: Rsomoclu
2-
Version: 1.7.1
2+
Version: 1.7.2
33
Date: 2016-10-02
44
Title: Somoclu
55
Depends: Rcpp

0 commit comments

Comments
 (0)