Skip to content

Commit dc21ec3

Browse files
committed
Master is now preparing for 3.0.3
1 parent e997785 commit dc21ec3

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

makeship.sh

+4-1
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,11 @@ os=`uname -s | tr 'A-Z/ ' 'a-z._'`'-'`uname -p | tr '/ ' '._'`
2828
if test "$banner" = Development
2929
then
3030
tgzfile=rwloadsim-$os-bin-$longname.tgz
31+
tgzgen=generated-$os-bin-$longname.tgz
3132
tgzbinonly=rwloadsim-$os-binonly-$longname.tgz
3233
else
3334
tgzfile=rwloadsim-$os-bin-$name.tgz
35+
tgzgen=generated-$os-bin-$name.tgz
3436
tgzbinonly=rwloadsim-$os-binonly-$name.tgz
3537
fi
3638

@@ -43,5 +45,6 @@ rm -f $tgzfile $tgzbinonly
4345
# And create the two files
4446
tar -zcf $tgzfile --exclude-from=tar.exclude ./DISTRIBUTION.txt ./LICENSE.txt ./SECURITY.md ./CONTRIBUTING.md ./README.md ./CHANGELOG.md bin lib man admin demo public docs oltp
4547
tar -zcf $tgzbinonly ./DISTRIBUTION.txt ./LICENSE.txt ./SECURITY.md ./CONTRIBUTING.md ./BINONLY.txt bin/rwloadsim?? lib/*.o admin/vim.tar src/tags src/cscope.out
48+
tar -zcf $tgzgen ./ociping ./connping
4649

47-
echo Created $tgzfile and $tgzbinonly containing a $banner release
50+
echo Created $tgzfile, $tgzbinonly and $tgzgen containing a $banner release

src/rwl.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1815,7 +1815,7 @@ extern const char rwlexecbanner[];
18151815
#define RWL_VERSION_MAJOR 3
18161816
#define RWL_VERSION_MINOR 0
18171817
#define RWL_VERSION_RELEASE 2
1818-
#define RWL_VERSION_TEXT "Production" RWL_EXTRA_VERSION_TEXT
1818+
#define RWL_VERSION_TEXT "Development" RWL_EXTRA_VERSION_TEXT
18191819
#define RWL_VERSION_DATE // undef to not include compile date
18201820
extern ub4 rwlpatch;
18211821

0 commit comments

Comments
 (0)