Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/alexmarsev/soxr.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Sykes <rob@rob-Ideapad-S205.(none)>2013-01-19 00:15:29 +0400
committerRob Sykes <rob@rob-Ideapad-S205.(none)>2013-01-19 00:15:29 +0400
commit0378fd9de2967f4c459a92c2a754549600c2bb3a (patch)
tree7d4691283f76ee744d90288d71db6ed9afaed4fd
parentafead9d854db383c0cf104630b98c12e860c57b7 (diff)
update version numbers0.1.0
-rw-r--r--CMakeLists.txt4
-rw-r--r--NEWS4
-rw-r--r--msvc/soxr-config.h2
3 files changed, 5 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 28bb145..1d27d19 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -11,8 +11,8 @@ set (DESCRIPTION_SUMMARY "High quality, one-dimensional sample-rate conversion l
# Release versioning:
set (PROJECT_VERSION_MAJOR 0)
-set (PROJECT_VERSION_MINOR 0)
-set (PROJECT_VERSION_PATCH 5)
+set (PROJECT_VERSION_MINOR 1)
+set (PROJECT_VERSION_PATCH 0)
# For shared-object; if, since the last public release:
# * library code changed at all: ++revision
diff --git a/NEWS b/NEWS
index 01f1301..4a9ea5c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,2 +1,2 @@
-Version x.y.z (yyyy-mm-dd)
- * First public release. TBD
+Version 0.1.0 (2013-01-19)
+ * First public release.
diff --git a/msvc/soxr-config.h b/msvc/soxr-config.h
index d09c3ae..a1d507e 100644
--- a/msvc/soxr-config.h
+++ b/msvc/soxr-config.h
@@ -7,7 +7,7 @@
#if !defined soxr_config_included
#define soxr_config_included
-#define SOXR_VERSION "0.0.5"
+#define SOXR_VERSION "0.1.0"
#define HAVE_SINGLE_PRECISION 1
#define HAVE_DOUBLE_PRECISION 1
#define HAVE_AVFFT 0