diff options
| author | Marko Kreen | 2009-02-12 14:41:38 +0000 |
|---|---|---|
| committer | Marko Kreen | 2009-02-12 14:41:38 +0000 |
| commit | 012aee6a0369d8a4b2617046a27659c02b0bb478 (patch) | |
| tree | dea5219bba1ddc7a23cfc60a271d8d4b88ab2c27 | |
| parent | 5c30a274a6945a32dc53e7725ba74053bda74e5e (diff) | |
tag the tree as 3.0-git
| -rw-r--r-- | NEWS | 4 | ||||
| -rw-r--r-- | configure.ac | 2 | ||||
| -rw-r--r-- | debian/changelog | 2 |
3 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ +2009-xx-xx - SkyTools 3.0 - "" + + * Some changes + 2007-11-19 - SkyTools 2.1.5 - "Enterprise-Grade Duct Tape" = Big changes = diff --git a/configure.ac b/configure.ac index 63d95691..d57c49e9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(skytools, 3.0-cvs) +AC_INIT(skytools, 3.0-git) AC_CONFIG_SRCDIR(python/pgqadm.py) dnl Find Python interpreter diff --git a/debian/changelog b/debian/changelog index bce61fb8..de385353 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -skytools (3.0cvs-0) unstable; urgency=low +skytools (3.0git-0) unstable; urgency=low * tag the tree as 3.0 |
