git-svn-id: https://reductivelabs.com/svn/puppet/trunk@933 980ebf18-57e1-0310-9a29-db15c13687c0
This commit is contained in:
luke 2006-02-23 20:22:03 +00:00
Родитель 1f05ad0edd
Коммит 3aff15e987
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -4,8 +4,8 @@
Summary: A network tool for managing many disparate systems
Name: puppet
Version: 0.13.2
Release: 2%{?dist}
Version: 0.13.4
Release: 1%{?dist}
License: GPL
Group: System Environment/Base

Просмотреть файл

@ -14,7 +14,7 @@ require 'puppet/util'
#
# it's also a place to find top-level commands like 'debug'
module Puppet
PUPPETVERSION = '0.13.2'
PUPPETVERSION = '0.13.4'
def Puppet.version
return PUPPETVERSION