diff --git a/cmatrix.spec.in b/cmatrix.spec.in index a6f8d0e..81d3a72 100644 --- a/cmatrix.spec.in +++ b/cmatrix.spec.in @@ -1,6 +1,6 @@ %define name @PACKAGE@ %define ver @VERSION@ -%define rel 1 +%define rel 2 Summary: CMatrix simulates the display from "The Matrix" Name: %{name} diff --git a/configure.ac b/configure.ac index 1efd384..8a8066a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([cmatrix], [1.2], [abishekvashok@gmail.com]) +AC_INIT([cmatrix], [2.0], [abishekvashok@gmail.com]) AC_CONFIG_SRCDIR([cmatrix.c]) AM_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE