-rw-r--r-- | NEWS.xml | 7 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -1,5 +1,12 @@ <?xml version="1.0" encoding="us-ascii"?> <news> + <version version="0.0.1" date="April 3rd, 2005"> + <ni>added metasyntax quick reference</ni> + <ni>"really simple page" example added</ni> + <ni>made use of recently introduced pragma 'main'</ni> + <ni>added "browse-through" navigation</ni> + <ni>minor fixes</ni> + </version> <version version="0.0" date="January 29th, 2005"> <ni>Initial release</ni> </version> diff --git a/configure.ac b/configure.ac index 744fe50..ef66b30 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([sitecing-showcase], [0.0-svn], [sitecing-bugs@klever.net]) +AC_INIT([sitecing-showcase], [0.0.1], [sitecing-bugs@klever.net]) AC_CONFIG_SRCDIR([htdocs/index.chtml]) AC_CONFIG_AUX_DIR([aux]) AC_CONFIG_HEADER([include/acconfig.h]) |