@@ -2,7 +2,7 @@ PYTHON=`which python`
CYTHON=`which cython`
DESTDIR=/
PROJECT=python-scattnlay
-VERSION=2.0.0
+VERSION=2.0
BUILDIR=$(CURDIR)/debian/$(PROJECT)
SRCDIR=$(CURDIR)/src
@@ -1,6 +1,6 @@
Metadata-Version: 1.0
Name: python-scattnlay
-Version: 2.0.0
+Version: 2.0
Summary: Calculation of the scattering of EM radiation by a multilayered sphere
Home-page: http://scattering.sourceforge.net/
Author: Ovidio Peña Rodríguez
@@ -1,4 +1,4 @@
-python-scattnlay (2.0.0-1) trusty; urgency=low
+python-scattnlay (2.0-1) trusty; urgency=low
* Updated for Utopic Unicorn
@@ -26,7 +26,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-__version__ = '2.0.0'
+__version__ = '2.0'
__title__ = 'Calculation of the scattering of EM radiation by a multilayered sphere'
__mod__ = 'python-scattnlay'
__author__ = 'Ovidio Peña Rodríguez'
@@ -27,7 +27,7 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>. //
//**********************************************************************************//
-#define VERSION "2.0.0"
+#define VERSION "2.0"
#include <array>
#include <complex>
#include <cstdlib>