Skip to content

Commit b919c6e

Browse files
committed
CA-447 Bump minor version.
1 parent 96bc51e commit b919c6e

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

SourceVITA49.spd.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ You should have received a copy of the GNU Lesser General Public License along
1919
with this program. If not, see http://www.gnu.org/licenses/.
2020
-->
2121
<!DOCTYPE softpkg PUBLIC "-//JTRS//DTD SCA V2.2.2 SPD//EN" "softpkg.dtd">
22-
<softpkg id="DCE:c8cfe2e0-16d3-11e5-9808-3417ebc4aab5" name="rh.SourceVITA49" type="2.0.0" version="3.0.0">
22+
<softpkg id="DCE:c8cfe2e0-16d3-11e5-9808-3417ebc4aab5" name="rh.SourceVITA49" type="2.0.0" version="3.0.1">
2323
<title></title>
2424
<author>
2525
<name></name>

build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ if [ "$1" = "rpm" ]; then
2424
if [ -e rh.SourceVITA49.spec ]; then
2525
mydir=`dirname $0`
2626
tmpdir=`mktemp -d`
27-
cp -r ${mydir} ${tmpdir}/rh.SourceVITA49-3.0.0
28-
tar czf ${tmpdir}/rh.SourceVITA49-3.0.0.tar.gz --exclude=".svn" -C ${tmpdir} rh.SourceVITA49-3.0.0
29-
rpmbuild -ta ${tmpdir}/rh.SourceVITA49-3.0.0.tar.gz
27+
cp -r ${mydir} ${tmpdir}/rh.SourceVITA49-3.0.1
28+
tar czf ${tmpdir}/rh.SourceVITA49-3.0.1.tar.gz --exclude=".svn" -C ${tmpdir} rh.SourceVITA49-3.0.1
29+
rpmbuild -ta ${tmpdir}/rh.SourceVITA49-3.0.1.tar.gz
3030
rm -rf $tmpdir
3131
else
3232
echo "Missing RPM spec file in" `pwd`

cpp/configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# You should have received a copy of the GNU Lesser General Public License
1818
# along with this program. If not, see http://www.gnu.org/licenses/.
1919
#
20-
AC_INIT(rh.SourceVITA49, 3.0.0)
20+
AC_INIT(rh.SourceVITA49, 3.0.1)
2121
AM_INIT_AUTOMAKE([nostdinc foreign])
2222
AC_CONFIG_MACRO_DIR([m4])
2323

rh.SourceVITA49.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Prefix: %{_prefix}
3030
%define _infodir %{_prefix}/info
3131

3232
Name: rh.SourceVITA49
33-
Version: 3.0.0
33+
Version: 3.0.1
3434
Release: 1%{?dist}
3535
Summary: Component %{name}
3636

0 commit comments

Comments
 (0)