summaryrefslogtreecommitdiffabout
Side-by-side diff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--COPYING2
-rw-r--r--NEWS.xml4
-rw-r--r--configure.ac2
3 files changed, 4 insertions, 4 deletions
diff --git a/COPYING b/COPYING
index 9579d6d..d01e680 100644
--- a/COPYING
+++ b/COPYING
@@ -1,4 +1,4 @@
-Copyright (c) 2009-2011 Klever Group (http://www.klever.net/)
+Copyright (c) 2009-2012 Klever Group (http://www.klever.net/)
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
diff --git a/NEWS.xml b/NEWS.xml
index e626a5c..2a73a8b 100644
--- a/NEWS.xml
+++ b/NEWS.xml
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="us-ascii"?>
<news>
- <version version="" date="">
+ <version version="0.3" date="January 21st, 2012">
<ni>supports whatever file type card is willing to send now</ni>
<ni>optimized integrity digest calculation memory usage</ni>
<ni>report the lack of config file for the card</ni>
<ni>do some startup checks for config files</ni>
- <ni>minor bugfixes</ni>
+ <ni>minor bugfixes and improvements</ni>
</version>
<version version="0.2" date="March 20th, 2011">
<ni>extract and store .log files supplied for geotagging purpose</ni>
diff --git a/configure.ac b/configure.ac
index 99d668d..c814b53 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([iii], [0.2.1], [iii-bugs@klever.net])
+AC_INIT([iii], [0.3], [iii-bugs@klever.net])
AC_CONFIG_SRCDIR([src/iiid.cc])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([dist-bzip2])