forked from ansible/ansible
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version bump and assorted things to start new development version.
- Loading branch information
Michael DeHaan
committed
Jun 10, 2013
1 parent
f67c13f
commit 404b082
Showing
5 changed files
with
22 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.2 | ||
1.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# (c) 2012, Michael DeHaan <[email protected]> | ||
# (c) 2012-2013, Michael DeHaan <[email protected]> | ||
# | ||
# This file is part of Ansible | ||
# | ||
|
@@ -14,5 +14,5 @@ | |
# | ||
# You should have received a copy of the GNU General Public License | ||
# along with Ansible. If not, see <http://www.gnu.org/licenses/>. | ||
__version__ = '1.2' | ||
__version__ = '1.3' | ||
__author__ = 'Michael DeHaan' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot | |
Name: ansible | ||
Release: 1%{?dist} | ||
Summary: SSH-based configuration management, deployment, and orchestration engine | ||
Version: 1.2 | ||
Version: 1.3 | ||
|
||
Group: Development/Libraries | ||
License: GPLv3 | ||
|
@@ -116,6 +116,9 @@ rm -rf $RPM_BUILD_ROOT | |
|
||
%changelog | ||
|
||
* Mon Jun 10 2013 Michael DeHaan <[email protected]> - 1.3-0 | ||
* (release pending) | ||
|
||
* Mon Jun 10 2013 Michael DeHaan <[email protected]> - 1.2-0 | ||
* Release 1.2 | ||
|
||
|