• R/O
  • HTTP
  • SSH
  • HTTPS

wtklite: Commit

A light-weight C++ object model framework Windows API Tool Kit


Commit MetaInfo

Revision164d0eceba9420832723fe2472b6c19dec0fd200 (tree)
Time2013-08-21 04:47:11
AuthorKeith Marshall <keithmarshall@user...>
CommiterKeith Marshall

Log Message

wtklite version 0.1.2 released.

Change Summary

Incremental Difference

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
11 2013-08-20 Keith Marshall <keithmarshall@users.sourceforge.net>
22
3+ wtklite version 0.1.2 released.
4+
5+ * configure.ac (AC_INIT): Set version number; regenerate configure,
6+ reconfigure, rebuild, and package for source-only release; publish it.
7+
8+ * All tracked files (r0.1.2): Tag assigned.
9+
10+2013-08-20 Keith Marshall <keithmarshall@users.sourceforge.net>
11+
312 Include README file in source distribution.
413
514 * Makefile.in (SRCDIST_FILES): Add README.
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
11 # configure.ac
22 #
3- AC_INIT([wtklite],[0.1.1],[http://mingw.org/Reporting_Bugs])
3+ AC_INIT([wtklite],[0.1.2],[http://mingw.org/Reporting_Bugs])
44 #
55 # Implementation of a minimal C++ class framework for use with the
66 # Microsoft Windows Application Programming Interface.
Show on old repository browser