diff options
| author | Aaron Spike <aaron@ekips.org> | 2006-06-15 03:15:13 +0000 |
|---|---|---|
| committer | acspike <acspike@users.sourceforge.net> | 2006-06-15 03:15:13 +0000 |
| commit | 786273149e0c38f6793c96b885ff36db322c7ee8 (patch) | |
| tree | fa22bad88bd9e6b77815626533e5d3edb0feaa62 | |
| parent | updated sl.po for 0.44 (diff) | |
| download | inkscape-786273149e0c38f6793c96b885ff36db322c7ee8.tar.gz inkscape-786273149e0c38f6793c96b885ff36db322c7ee8.zip | |
welcome to 0.44+devel
(bzr r1221)
| -rw-r--r-- | Makefile.mingw.common | 2 | ||||
| -rw-r--r-- | configure.ac | 2 | ||||
| -rw-r--r-- | packaging/win32/inkscape.nsi | 2 | ||||
| -rw-r--r-- | src/inkscape_version.h.mingw | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.mingw.common b/Makefile.mingw.common index 3702e119a..798589238 100644 --- a/Makefile.mingw.common +++ b/Makefile.mingw.common @@ -139,7 +139,7 @@ endif # VERSION_NR = 0.41+devel # VERSION = \"$(VERSION_NR)-${DTG}\" -VERSION_NR = 0.43+devel +VERSION_NR = 0.44+devel VERSION = \"$(VERSION_NR)\" ####### the XP_WIN def is necessary for libjs.a diff --git a/configure.ac b/configure.ac index 859706a8f..962bc00eb 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.50) -AC_INIT(inkscape, 0.43+devel) +AC_INIT(inkscape, 0.44+devel) dnl N.B. After 0.40, please change to `0.40+cvs' instead of `0.41cvs'. dnl Rationale: (i) placate simple version comparison software such as dnl `dpkg --compare-versions'. (ii) We don't always know what the next diff --git a/packaging/win32/inkscape.nsi b/packaging/win32/inkscape.nsi index bddf42091..24595d270 100644 --- a/packaging/win32/inkscape.nsi +++ b/packaging/win32/inkscape.nsi @@ -7,7 +7,7 @@ ; DEFINES ; ####################################### !define PRODUCT_NAME "Inkscape" -!define PRODUCT_VERSION "0.43+devel" +!define PRODUCT_VERSION "0.44+devel" !define PRODUCT_PUBLISHER "Inkscape Organization" !define PRODUCT_WEB_SITE "http://www.inkscape.org" !define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\inkscape.exe" diff --git a/src/inkscape_version.h.mingw b/src/inkscape_version.h.mingw index c0f2937ab..19369a856 100644 --- a/src/inkscape_version.h.mingw +++ b/src/inkscape_version.h.mingw @@ -1 +1 @@ -#define INKSCAPE_VERSION "0.43+devel" +#define INKSCAPE_VERSION "0.44+devel" |
