Skip to content

Commit 8740455

Browse files
committed
update version
1 parent de8986a commit 8740455

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/configure/configure.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
#include <io.h>
4545

4646

47-
#define VERSION "1.21"
47+
#define VERSION "1.22"
4848

4949
static char * VersionTags[] = { "MAJOR_VERSION", "MINOR_VERSION", "BUILD_NUMBER", "BUILD_TYPE" };
5050

@@ -630,7 +630,7 @@ bool AllFeaturesAre(bool state, const list<string> & features, string & breaker)
630630
int main(int argc, char* argv[])
631631
{
632632
// open and scan configure.ac
633-
cout << "PWLib Configure " VERSION " - ";
633+
cout << "PTLib Configure " VERSION " - ";
634634
ifstream conf("configure.ac", ios::in);
635635
if (conf.is_open()) {
636636
cout << "opened configure.ac" << endl;

0 commit comments

Comments
 (0)