diff options
author | Zach Copley <zach@controlyourself.ca> | 2009-03-04 16:55:33 -0800 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2009-03-04 16:55:33 -0800 |
commit | 8ba8eaa330550cbb70ba46f81788644f6d7ed168 (patch) | |
tree | 3459822ec4e57ee151b207b4aff7d7a21bea1cbf /scripts | |
parent | 762c56edc6459272fa441a6c06ce73609f71a6bd (diff) |
Bumped the version number in laconica.spec in prep for a 0.7.2. RPM
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/laconica.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/scripts/laconica.spec b/scripts/laconica.spec index 2df41c932..afa2766a4 100644 --- a/scripts/laconica.spec +++ b/scripts/laconica.spec @@ -2,10 +2,10 @@ BuildRequires: php-pear BuildRequires: httpd-devel Name: laconica -Version: 0.7.1 +Version: 0.7.2 Release: 1%{?dist} License: GAGPL v3 or later -Source: laconica-0.7.1.tar.gz +Source: laconica-0.7.2.tar.gz Group: Applications/Internet Summary: Laconica, the Open Source microblogging platform BuildArch: noarch @@ -74,6 +74,9 @@ rm -rf %buildroot %config(noreplace) %{_sysconfdir}/httpd/conf.d/laconica.conf %changelog +* Sat Feb 28 2009 Zach Copley <zach@controlyourself.ca> - 0.7.2 +- Changed version number to 0.7.2. + * Sat Feb 28 2009 Ken Sedgwick <ken@bonsai.com> - 0.7.1-1 - Modified RPM for Fedora. |