Bumped version number for upcoming 0.7.3 release

This commit is contained in:
Zach Copley 2009-04-03 15:59:08 -07:00
parent 92f9ec1580
commit 61a08c91d5
1 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
# This version needs to match the tarball and unpacked directory name. # This version needs to match the tarball and unpacked directory name.
%define LACVER 0.7.2.1 %define LACVER 0.7.3
BuildRequires: php-pear BuildRequires: php-pear
BuildRequires: httpd-devel BuildRequires: httpd-devel
@ -79,15 +79,15 @@ rm -rf %buildroot
%config(noreplace) %{_sysconfdir}/httpd/conf.d/laconica.conf %config(noreplace) %{_sysconfdir}/httpd/conf.d/laconica.conf
%changelog %changelog
* Wed Apr 03 2009 Zach Copley <zach@controlyourself.ca> - 0.7.3
- Changed version number to 0.7.3.
* Fri Mar 13 2009 Ken Sedgwick <ksedgwic@bonsai.com> - 0.7.2.1-1 * Fri Mar 13 2009 Ken Sedgwick <ksedgwic@bonsai.com> - 0.7.2.1-1
- Factored laconica version to the first line of the file. - Factored laconica version to the first line of the file.
* Wed Mar 03 2009 Zach Copley <zach@controlyourself.ca> - 0.7.2 * Wed Mar 03 2009 Zach Copley <zach@controlyourself.ca> - 0.7.2
- Changed version number to 0.7.2. - Changed version number to 0.7.2.
* Wed Mar 03 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 * Sat Feb 28 2009 Ken Sedgwick <ken@bonsai.com> - 0.7.1-1
- Modified RPM for Fedora. - Modified RPM for Fedora.