[pygi] Bump version during development to 0.5.1



commit 89704f60ddae0c81f1383d86491ef2785590a353
Author: Zach Goldberg <zach zachgoldberg com>
Date:   Tue Apr 20 22:20:42 2010 -0400

    Bump version during development to 0.5.1
    
    This follows what is, according to Colin Walters,
    standard versioning practice.  During development the
    version in your config is the *next* version you will release,
    not the version after.  Thus after a release you make a new commit
    bumping to the next development version.

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index f18f85d..9726fcf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(pygi, 0.5)
+AC_INIT(pygi, 0.5.1)
 
 AM_INIT_AUTOMAKE(foreign)
 AC_CONFIG_HEADERS(config.h)



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