[gsound] build: Use a more sensible first release number



commit 1c38765c292c00ed349e663d5e31a0fc05369426
Author: Tristan Brindle <t c brindle gmail com>
Date:   Thu Nov 27 00:26:58 2014 +0800

    build: Use a more sensible first release number
    
    This is version 1.0.0

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index bf52669..72b3ce5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 
-AC_INIT(gsound, 0.98.0)
+AC_INIT(gsound, 1.0.0)
 m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
 
 AC_CONFIG_AUX_DIR(build-aux)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]