From 34dd3b14e07758fe9363f1591d0070401fc9795c Mon Sep 17 00:00:00 2001 From: Abishek V Ashok Date: Wed, 27 Mar 2019 19:46:46 +0530 Subject: [PATCH] Version bump to 2.0 Butterscotch --- cmatrix.spec.in | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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