From 378c87d19428dc53ed1ce4697d936f8fbe6300d5 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Tue, 14 Jun 2011 19:17:59 +0100 Subject: [PATCH] fix make distcheck --- SparkleShare/Mac/Makefile.am | 2 +- SparkleShare/SparkleShare.csproj | 2 +- configure.ac | 4 ++-- po/POTFILES.in | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/SparkleShare/Mac/Makefile.am b/SparkleShare/Mac/Makefile.am index cba9205f..0783574a 100644 --- a/SparkleShare/Mac/Makefile.am +++ b/SparkleShare/Mac/Makefile.am @@ -6,7 +6,7 @@ EXTRA_DIST = \ SparkleAbout.cs \ SparkleAlert.cs \ SparkleIntro.cs \ - SparkleLog.cs \ + SparkleEventLog.cs \ SparkleMacController.cs \ SparkleShare.csproj \ SparkleShare.sln \ diff --git a/SparkleShare/SparkleShare.csproj b/SparkleShare/SparkleShare.csproj index 49e0d235..839d9223 100644 --- a/SparkleShare/SparkleShare.csproj +++ b/SparkleShare/SparkleShare.csproj @@ -46,7 +46,7 @@ - + diff --git a/configure.ac b/configure.ac index b9778226..cb528c02 100644 --- a/configure.ac +++ b/configure.ac @@ -1,9 +1,9 @@ dnl Process this file with autoconf to produce a configure script. m4_define([sparkleshare_version], - [0.2.1]) + [0.2.2]) m4_define([sparkleshare_asm_version], - [0.2.1]) + [0.2.2]) AC_PREREQ([2.54]) AC_INIT([SparkleShare], sparkleshare_version) diff --git a/po/POTFILES.in b/po/POTFILES.in index 870d29ed..d158c9c2 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -9,7 +9,7 @@ SparkleShare/SparkleAbout.cs SparkleShare/SparkleBubble.cs SparkleShare/SparkleController.cs SparkleShare/SparkleIntro.cs -SparkleShare/SparkleLog.cs +SparkleShare/SparkleEventLog.cs SparkleShare/SparkleShare.cs SparkleShare/SparkleSpinner.cs SparkleShare/SparkleStatusIcon.cs