- Each branch needs a different version number.

This commit is contained in:
Brian C. Lane 2010-11-15 17:16:37 -08:00
parent eb3d327956
commit 58a780ed63
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@ livecd-tools-033.tar.bz2
/livecd-tools-034.tar.bz2
/livecd-tools-0.3.5.tar.bz2
/livecd-tools-0.3.6.tar.bz2
/livecd-tools-15.0.tar.bz2

View File

@ -4,7 +4,7 @@
Summary: Tools for building live CDs
Name: livecd-tools
Version: 0.3.6
Version: 15.0
Release: 1%{?dist}
Epoch: 1
License: GPLv2
@ -92,6 +92,9 @@ rm -rf $RPM_BUILD_ROOT
%{python_sitelib}/imgcreate/*.pyc
%changelog
* Mon Nov 15 2010 Brian C. Lane <bcl@redhat.com> - 15.0-1
- Each branch needs a different version number.
* Mon Nov 15 2010 Brian C. Lane <bcl@redhat.com> - 0.3.6-1
- Bump version to 0.3.6 (bcl)
- Misc. fixups (#652522) (fgrose)

View File

@ -1 +1 @@
02c9c6f6d8cc814effd327ea50a1f3eb livecd-tools-0.3.6.tar.bz2
8b105f1b2cee2a36765a935ea090d391 livecd-tools-15.0.tar.bz2