[gnote] Change version to 3.5.0



commit 6f1b593dd9aa82a03a7c661a377e29627be04aa0
Author: Aurimas Äernius <aurisc4 gmail com>
Date:   Sat Aug 25 14:24:41 2012 +0300

    Change version to 3.5.0

 configure.ac    |    8 ++++----
 src/Makefile.am |    2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 80ad23b..519989c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(gnote, 0.9.2)
+AC_INIT(gnote, 3.5.0)
 AC_PREREQ(2.59)
 AC_CONFIG_SRCDIR(README)
 AM_INIT_AUTOMAKE([1.11 foreign dist-bzip2])
@@ -13,9 +13,9 @@ AC_CONFIG_MACRO_DIR(m4)
 
 m4_pattern_allow([^BOOST_])
 
-MAJOR_VERSION=0
-MINOR_VERSION=9
-MICRO_VERSION=2
+MAJOR_VERSION=3
+MINOR_VERSION=5
+MICRO_VERSION=0
 
 GNOTE_VERSION="$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION"
 AC_SUBST(GNOTE_VERSION)
diff --git a/src/Makefile.am b/src/Makefile.am
index 995230a..ea49a88 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -64,7 +64,7 @@ DBUS_SOURCES=remotecontrolproxy.hpp remotecontrolproxy.cpp \
 	dbus/remotecontrol-glue.cpp \
 	$(NULL)
 
-libgnote_la_LDFLAGS = -release 0.9 -version-info 1:0:0
+libgnote_la_LDFLAGS = -release 3.5 -version-info 0:0:0
 libgnote_la_LIBADD = $(LIBGNOTE_LIBS)
 libgnote_la_SOURCES = \
 	base/singleton.hpp \



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