summaryrefslogtreecommitdiff
path: root/buildnumber.sh
blob: 16a62b42615bac9f1f9ebc6022e653b3b0bd738e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

# Script to create the BUILDNUMBER used by compile-resource. This script
# needs the script createBuildNumber.pl to be in the same directory.

{ perl ./createBuildNumber.pl \
	src/lib/libsdf-build.stamp \
        %outputfiles_buildnumber%
#Success
exit 0
}
#unsucessful
exit 1