summaryrefslogtreecommitdiffstats
path: root/utils/set_version
diff options
context:
space:
mode:
Diffstat (limited to 'utils/set_version')
-rwxr-xr-xutils/set_version4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/set_version b/utils/set_version
index 2e23428..41c3337 100755
--- a/utils/set_version
+++ b/utils/set_version
@@ -36,11 +36,11 @@ case $conf in
printf ",s/^#define VERSION \".*\"/#define VERSION \"${NEW_VERSION}\"/\nw\n" | ed src/version.h 2>/dev/null
echo " ** Updating redhat.spec"
- printf ",s/^Version: .*/Version: ${NEW_VERSION}/\nw\n" | ed redhat.spec 2>/dev/null
+ printf ",s/^Version: .*/Version: ${NEW_VERSION}/\nw\n" | ed contrib/python-dmidecode.spec 2>/dev/null
echo
echo " ** git add src/version.h redhat.spec"
- git add src/version.h redhat.spec
+ git add src/version.h contrib/python-dmidecode.spec
echo
;;
*)