From 1bb0c2f137718d7e81bda05127c278179f7a2fe0 Mon Sep 17 00:00:00 2001 From: Don Ho Date: Mon, 23 Apr 2012 21:58:47 +0000 Subject: [PATCH] [BUG_FiXED] (Author: Dave Brotherstone)Add a forgotten file. git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@898 f5eea248-9336-0410-98b8-ebc06183d4e3 --- scintilla/boostregex/getboostver.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 scintilla/boostregex/getboostver.cpp diff --git a/scintilla/boostregex/getboostver.cpp b/scintilla/boostregex/getboostver.cpp new file mode 100644 index 00000000..3fb419b9 --- /dev/null +++ b/scintilla/boostregex/getboostver.cpp @@ -0,0 +1,9 @@ +#include +#include + +int main(int argc, char* argv[]) +{ + + printf("%s", BOOST_LIB_VERSION); + return 0; +} \ No newline at end of file